python311Packages.pmdarima: test with pytest_7

This commit is contained in:
Martin Weinelt 2024-03-24 18:54:08 +01:00
parent 2e2ec07f9d
commit 2d191c4e7a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
, urllib3 , urllib3
, pythonOlder , pythonOlder
, python , python
, pytestCheckHook , pytest7CheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -49,11 +49,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
matplotlib matplotlib
pytestCheckHook pytest7CheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
]; ];
disabledTests= [ disabledTests= [