mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.plumbum: disable failing test
This commit is contained in:
parent
29786bae65
commit
da856f86b1
@ -52,6 +52,12 @@ buildPythonPackage rec {
|
||||
"test_local"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# incompatible with pytest7
|
||||
# https://github.com/tomerfiliba/plumbum/issues/594
|
||||
"tests/test_remote.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = " Plumbum: Shell Combinators ";
|
||||
homepage = " https://github.com/tomerfiliba/plumbum ";
|
||||
|
Loading…
Reference in New Issue
Block a user