forked from mirrors/nixpkgs
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 a new issue