python39Packages.pandas: Remove unused checkInput to fix python 3.9 support

This commit is contained in:
Sandro Jäckel 2021-02-14 02:27:43 +01:00
parent 40e09305b1
commit 703d23bb90
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,7 +20,6 @@
# Test Inputs # Test Inputs
, glibcLocales , glibcLocales
, hypothesis , hypothesis
, moto
, pytestCheckHook , pytestCheckHook
# Darwin inputs # Darwin inputs
, runtimeShell , runtimeShell
@ -54,7 +53,7 @@ buildPythonPackage rec {
xlwt xlwt
]; ];
checkInputs = [ pytestCheckHook glibcLocales moto hypothesis ]; checkInputs = [ pytestCheckHook glibcLocales hypothesis ];
# doesn't work with -Werror,-Wunused-command-line-argument # doesn't work with -Werror,-Wunused-command-line-argument
# https://github.com/NixOS/nixpkgs/issues/39687 # https://github.com/NixOS/nixpkgs/issues/39687