Skip to content

Commit

Permalink
python3.pkgs.flit: use current pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 29, 2020
1 parent 4369b94 commit b8acd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flit/default.nix
Expand Up @@ -7,7 +7,7 @@
, requests_download
, zipfile36
, pythonOlder
, pytest_4
, pytest
, testpath
, responses
, pytoml
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8acd0b

Please sign in to comment.