python3Packages.versioningit: ignore pytest10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:15 +02:00
parent 7dea139c94
commit 3ac558ba01
@@ -47,6 +47,10 @@ buildPythonPackage rec {
mercurial
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = [
# wants to write to the Nix store
"test_editable_mode"