python312Packages.ndindex: restore disabled test

This commit is contained in:
Martin Weinelt 2024-03-24 12:50:25 +01:00
parent bad4ddcfd4
commit 37606d323b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 0 additions and 5 deletions

View File

@ -49,11 +49,6 @@ buildPythonPackage rec {
pytestCheckHook
] ++ passthru.optional-dependencies.arrays;
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
"--deselect=ndindex/tests/test_ndindex.py::test_ndindex_invalid"
];
meta = with lib; {
description = "";
homepage = "https://github.com/Quansight-Labs/ndindex";