python310Packages.snitun: disable failing test
Looks like an expectation mismatch with aiohttp 3.8.5, we'll wait for upstream to catch up to that version.
This commit is contained in:
@@ -36,7 +36,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
disabledTests = [
|
||||
# broke after aiohttp 3.8.5 upgrade
|
||||
"test_client_stop_no_wait"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"test_multiplexer_data_channel_abort_full" # https://github.com/NabuCasa/snitun/issues/61
|
||||
# port binding conflicts
|
||||
"test_snitun_single_runner_timeout"
|
||||
|
||||
Reference in New Issue
Block a user