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 , distlib
, fetchPypi , fetchPypi
, filelock , filelock
, fish
, flaky , flaky
, importlib-metadata , importlib-metadata
, importlib-resources , importlib-resources
@ -56,7 +55,6 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
cython cython
fish
flaky flaky
pytest-freezegun pytest-freezegun
pytest-mock pytest-mock