python3.pkgs.flit: use current pytest
This commit is contained in:
parent
4369b94a82
commit
b8acd0bc73
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user