python39Packages.pandas: Remove unused checkInput to fix python 3.9 support
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user