python39Package.fs: fix tests
This commit is contained in:
parent
09f724249c
commit
f70e16600e
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ buildPythonPackage rec {
|
|||
"user_data_repr"
|
||||
] ++ lib.optionals (stdenv.isDarwin) [ # remove if https://github.com/PyFilesystem/pyfilesystem2/issues/430#issue-707878112 resolved
|
||||
"test_ftpfs"
|
||||
] ++ lib.optionals (pythonAtLeast "3.9") [
|
||||
# update friend version of this commit: https://github.com/PyFilesystem/pyfilesystem2/commit/3e02968ce7da7099dd19167815c5628293e00040
|
||||
# merged into master, able to be removed after >2.4.1
|
||||
"test_copy_sendfile"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
|
Loading…
Reference in a new issue