mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python311Packages.pmdarima: test with pytest_7
This commit is contained in:
parent
2e2ec07f9d
commit
2d191c4e7a
@ -12,7 +12,7 @@
|
||||
, urllib3
|
||||
, pythonOlder
|
||||
, python
|
||||
, pytestCheckHook
|
||||
, pytest7CheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -49,11 +49,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
matplotlib
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
pytest7CheckHook
|
||||
];
|
||||
|
||||
disabledTests= [
|
||||
|
Loading…
Reference in New Issue
Block a user