2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-15 00:24:47 +00:00

python3Packages.pandas: disable failing test

This commit is contained in:
Fabian Affolter 2021-12-02 20:44:36 +01:00
parent ab0d6cb4a8
commit f6cfdc97cc

View File

@ -28,6 +28,7 @@
buildPythonPackage rec {
pname = "pandas";
version = "1.3.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
@ -91,6 +92,8 @@ buildPythonPackage rec {
"test_from_coo"
# AssertionError: No common DType exists for the given inputs
"test_comparison_invalid"
# AssertionError: Regex pattern '"quotechar" must be string, not int'
"python-kwargs2"
] ++ lib.optionals stdenv.isDarwin [
"test_locale"
"test_clipboard"