python3Packages.pytest-doctestplus: fix tests

This commit is contained in:
Jonathan Ringer 2020-06-12 10:40:43 -07:00
parent 89307ea34d
commit ab1be09c94
1 changed files with 2 additions and 1 deletions

View File

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