Merge pull request #177398 from misuzu/uvloop-armv7l
python3Packages.uvloop: disable problematic test on armv7l too
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user