python3Packages.plumbum: disable failing test

This commit is contained in:
Martin Weinelt 2022-03-06 16:18:36 +01:00
parent 29786bae65
commit da856f86b1

View File

@ -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 ";