python3Packages.virtualenv: don't add fish as a checkInput
Otherwise, everything that touches fish is a mass-rebuild. Not ideal.
This commit is contained in:
parent
ecbacbd259
commit
69f8105930
@ -5,7 +5,6 @@
|
||||
, distlib
|
||||
, fetchPypi
|
||||
, filelock
|
||||
, fish
|
||||
, flaky
|
||||
, importlib-metadata
|
||||
, importlib-resources
|
||||
@ -56,7 +55,6 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
cython
|
||||
fish
|
||||
flaky
|
||||
pytest-freezegun
|
||||
pytest-mock
|
||||
|
Loading…
Reference in New Issue
Block a user