mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.versioningit: ignore pytest10 deprecations
This commit is contained in:
@@ -47,6 +47,10 @@ buildPythonPackage rec {
|
||||
mercurial
|
||||
];
|
||||
|
||||
pytestFlags = [
|
||||
"-Wignore::pytest.PytestRemovedIn10Warning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# wants to write to the Nix store
|
||||
"test_editable_mode"
|
||||
|
||||
Reference in New Issue
Block a user