python3Packages.pytest-doctestplus: fix tests

This commit is contained in:
Jonathan Ringer 2020-06-12 10:40:43 -07:00
parent 89307ea34d
commit ab1be09c94

View File

@ -25,8 +25,9 @@ buildPythonPackage rec {
pytest
];
# check_distribution incorrectly pulls pytest version
checkPhase = ''
pytest
pytest -k 'not check_distribution'
'';
meta = with lib; {