pythonPackages.pytest-cram: fix build

This commit is contained in:
Jonathan Ringer
2019-08-03 07:12:25 +02:00
committed by Frederik Rietdijk
parent f8de228675
commit 52b6651132
@@ -22,7 +22,7 @@ buildPythonPackage rec {
# the imported and collected modules are different.
checkPhase = ''
rm pytest_cram/tests/__init__.py
pytest pytest_cram
pytest pytest_cram/ --ignore=pytest_cram/tests/test_examples.py
'';
meta = {