python3.pkgs.flit: use current pytest

This commit is contained in:
Frederik Rietdijk 2020-08-29 09:49:33 +02:00 committed by Frederik Rietdijk
parent 4369b94a82
commit b8acd0bc73

View file

@ -7,7 +7,7 @@
, requests_download
, zipfile36
, pythonOlder
, pytest_4
, pytest
, testpath
, responses
, pytoml
@ -39,7 +39,7 @@ buildPythonPackage rec {
zipfile36
];
checkInputs = [ pytest_4 testpath responses ];
checkInputs = [ pytest testpath responses ];
# Disable test that needs some ini file.
# Disable test that wants hg