mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
python311Packages.cssutils: suppress pytest8 warnings
This commit is contained in:
parent
9db2f84f0a
commit
730b5ddcad
@ -42,6 +42,11 @@ buildPythonPackage rec {
|
||||
importlib-resources
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# access network
|
||||
"test_parseUrl"
|
||||
|
Loading…
Reference in New Issue
Block a user