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