pythonPackages.pytest-cram: fix build
This commit is contained in:
parent
f8de228675
commit
52b6651132
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
# the imported and collected modules are different.
|
# the imported and collected modules are different.
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
rm pytest_cram/tests/__init__.py
|
rm pytest_cram/tests/__init__.py
|
||||||
pytest pytest_cram
|
pytest pytest_cram/ --ignore=pytest_cram/tests/test_examples.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user