pythonPackages.pyfakefs: fix build
This commit is contained in:
parent
4a7e6f3bb8
commit
b6b2d604d4
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
${python.interpreter} -m pyfakefs.tests.all_tests
|
${python.interpreter} -m pyfakefs.tests.all_tests
|
||||||
${python.interpreter} -m pyfakefs.tests.all_tests_without_extra_packages
|
${python.interpreter} -m pyfakefs.tests.all_tests_without_extra_packages
|
||||||
${python.interpreter} -m pytest pyfakefs/tests/pytest/pytest_plugin_test.py
|
${python.interpreter} -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user