mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +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
|
waitress
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
|
||||||
|
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||||
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit (nixosTests) radicale;
|
inherit (nixosTests) radicale;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user