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