pythonPackages.pyfakefs: fix build

This commit is contained in:
Mario Rodas
2019-04-30 21:29:10 -05:00
parent 4a7e6f3bb8
commit b6b2d604d4

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
export LC_ALL=en_US.UTF-8
${python.interpreter} -m pyfakefs.tests.all_tests
${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; {