forked from mirrors/nixpkgs
python3Packages.pytest-doctestplus: fix tests
This commit is contained in:
parent
89307ea34d
commit
ab1be09c94
|
@ -25,8 +25,9 @@ buildPythonPackage rec {
|
|||
pytest
|
||||
];
|
||||
|
||||
# check_distribution incorrectly pulls pytest version
|
||||
checkPhase = ''
|
||||
pytest
|
||||
pytest -k 'not check_distribution'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue