python3Packages.aioftp: test in asyncio legacy mode
This commit is contained in:
parent
a3547dd5a2
commit
66376af471
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ buildPythonPackage rec {
|
|||
trustme
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
# uses 127.0.0.2, which macos doesn't like
|
||||
"test_pasv_connection_pasv_forced_response_address"
|
||||
|
|
Loading…
Reference in a new issue