python3Packages.versioningit: ignore pytest10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-13 03:01:23 +02:00
parent bb9599e3db
commit 8a65f1edd5

View File

@@ -47,6 +47,10 @@ buildPythonPackage rec {
mercurial
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = [
# wants to write to the Nix store
"test_editable_mode"