3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pytest-cram: fix build

This commit is contained in:
Jonathan Ringer 2019-08-02 18:08:51 -07:00 committed by Frederik Rietdijk
parent f8de228675
commit 52b6651132

View file

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