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:
Cole Helbling 2021-03-01 22:19:10 -08:00 committed by Frederik Rietdijk
parent ecbacbd259
commit 69f8105930

View File

@ -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