python3Packages.pandas: disable failing test

main
Fabian Affolter 3 years ago
parent ab0d6cb4a8
commit f6cfdc97cc
  1. 3
      pkgs/development/python-modules/pandas/default.nix

@ -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"

Loading…
Cancel
Save