Source: pysph Version: 1.0~b1-2 Severity: serious Tags: ftbfs patch fixed-upstream Forwarded: https://github.com/pypr/pysph/pull/345
https://buildd.debian.org/status/logs.php?pkg=pysph&ver=1.0~b1-2%2Bb1 ... def _generate_nnps_code(sorted, wgs, setup, loop, vars, types, data_t='float'): # Note: Properties like the data type and sortedness # need to be fixed throughout the simulation since # currently this function is only called at the start of # the simulation. > return Template(NNPS_TEMPLATE, disable_unicode=disable_unicode).render( data_t=data_t, sorted=sorted, wgs=wgs, setup=setup, loop_code=loop, vars=vars, types=types ) E TypeError: Template.__init__() got an unexpected keyword argument 'disable_unicode' pysph/sph/acceleration_nnps_helper.py:143: TypeError ... = 72 failed, 728 passed, 113 skipped, 115 deselected, 8 xfailed, 6026 warnings in 700.66s (0:11:40) = E: pybuild pybuild:379: test: plugin distutils failed with: exit code=1: cd '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build'; python3.10 -m pytest -k 'not test_sph_evaluator and not TestInterpolator' dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.10 returned exit code 13 make: *** [debian/rules:11: binary-arch] Error 25