python3Packages.fs: disable tests relying on the removed pyftpdlib.test
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user