python3Packages.uvloop: disable problematic test on armv7l too
This commit is contained in:
parent
90cd5459a1
commit
1b9baceff4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||
"--assert=plain"
|
||||
"--strict"
|
||||
"--tb=native"
|
||||
] ++ lib.optionals (stdenv.isAarch64) [
|
||||
] ++ lib.optionals (stdenv.isAarch32 || stdenv.isAarch64) [
|
||||
# test gets stuck in epoll_pwait on hydras aarch64 builders
|
||||
# https://github.com/MagicStack/uvloop/issues/412
|
||||
"--deselect" "tests/test_tcp.py::Test_AIO_TCPSSL::test_remote_shutdown_receives_trailing_data"
|
||||
|
|
Loading…
Reference in a new issue