Skip to content

Commit d9ecc3d

Browse files
committed
test: pyftpdlib>=1.5.10 requires psutil>=6.0
1 parent 7e8e923 commit d9ecc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# pyftpdlib is needed to spawn a FTP server for the
44
# FTPFS test suite
5-
pyftpdlib ~=1.5
5+
pyftpdlib ~=1.5.10
66

77
# these are optional dependencies for pyftpdlib that
88
# are not explicitly listed, we need to install these
99
# ourselves
10-
psutil ~=5.0
10+
psutil ~=6.0
1111
pysendfile ~=2.0 ; python_version <= "3.3"
1212

1313
# mock is only available from Python 3.3 onward, and

0 commit comments

Comments
 (0)