Merge pull request #60566 from marsam/fix-build-pythonPackages.pyfakefs

pythonPackages.pyfakefs: fix build
This commit is contained in:
Gabriel Ebner 2019-05-01 10:22:36 +02:00 committed by GitHub
commit 4bcb00303e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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