python3Packages.fs: disable tests relying on the removed pyftpdlib.test

This commit is contained in:
Robert Schütz
2026-02-01 17:40:58 +01:00
committed by Martin Weinelt
parent ff87657a20
commit e39be056e8
@@ -65,6 +65,9 @@ buildPythonPackage rec {
"tests/test_move.py"
"tests/test_mirror.py"
"tests/test_copy.py"
# pyftpdlib removed tests from installation in 2.1.0, resulting in
# ModuleNotFoundError: No module named 'pyftpdlib.test'
"tests/test_ftpfs.py"
];
disabledTests = [