mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
radicale: suppress pytest8 deprecation warnings
This commit is contained in:
parent
8e7e2723e6
commit
6151db5288
@ -44,6 +44,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
waitress
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) radicale;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user