python39Package.fs: fix tests

This commit is contained in:
Jonathan Ringer 2020-12-06 10:00:54 -08:00 committed by Jonathan Ringer
parent 09f724249c
commit f70e16600e
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ buildPythonPackage rec {
"user_data_repr" "user_data_repr"
] ++ lib.optionals (stdenv.isDarwin) [ # remove if https://github.com/PyFilesystem/pyfilesystem2/issues/430#issue-707878112 resolved ] ++ lib.optionals (stdenv.isDarwin) [ # remove if https://github.com/PyFilesystem/pyfilesystem2/issues/430#issue-707878112 resolved
"test_ftpfs" "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; __darwinAllowLocalNetworking = true;