mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
python3Packages.plumbum: disable pytest==7.* incompatible tests
This commit is contained in:
parent
c0412ea024
commit
c8e2dc12c8
@ -50,6 +50,8 @@ buildPythonPackage rec {
|
||||
"test_change_env"
|
||||
"test_dictlike"
|
||||
"test_local"
|
||||
# incompatible with pytest 7
|
||||
"test_incorrect_login"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user