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

This commit is contained in:
Sandro Jäckel
2021-02-14 06:34:20 +01:00
parent 40e09305b1
commit 703d23bb90
@@ -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