mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
python311Packages.librouteros: suppress pytest8 warnings
This commit is contained in:
parent
b4e8d103e8
commit
d1d648d2e1
@ -30,6 +30,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Disable tests which require QEMU to run
|
||||
"test_login"
|
||||
|
Loading…
Reference in New Issue
Block a user