python311Packages.librouteros: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:34:32 +01:00
parent 064e5e034f
commit 95f00d82f7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 7 deletions

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pytest-xdist
, pytestCheckHook
, pytest7CheckHook
, pythonOlder
, setuptools
}:
@ -27,12 +27,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-xdist
pytestCheckHook
];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
pytest7CheckHook
];
disabledTests = [