pythonPackages.pyfakefs: fix build

This commit is contained in:
Mario Rodas 2019-04-30 21:29:10 -05:00
parent 4a7e6f3bb8
commit b6b2d604d4
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -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; {