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
|
, 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user