ablog: ignore sphinx 9.0 deprecation warning for now

This commit is contained in:
Martin Weinelt 2023-12-16 21:19:38 +01:00
parent e5ae5b796f
commit 40c9d6e492
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
];
pytestFlagsArray = [
"-W" "ignore::sphinx.deprecation.RemovedInSphinx90Warning"
"--rootdir" "src/ablog"
];