mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3.pkgs.flit: use current pytest
This commit is contained in:
parent
4369b94a82
commit
b8acd0bc73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user