diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 12:29:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 12:29:09 -0300 |
commit | d23e09480994846d6356ca2f12ddf9ca613f92d2 (patch) | |
tree | 00304f0966a946a70e67f164c51d6c8d7813fb7e /testing/py3-websockets | |
parent | 866c9d5544aa5608dac71a269bf786448d106b08 (diff) | |
download | aports-d23e09480994846d6356ca2f12ddf9ca613f92d2.tar.bz2 aports-d23e09480994846d6356ca2f12ddf9ca613f92d2.tar.xz |
testing/py3-websockets: fix build on aarch64
Diffstat (limited to 'testing/py3-websockets')
-rw-r--r-- | testing/py3-websockets/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/py3-websockets/APKBUILD b/testing/py3-websockets/APKBUILD index 9d70e01132..47dd7977a9 100644 --- a/testing/py3-websockets/APKBUILD +++ b/testing/py3-websockets/APKBUILD @@ -29,7 +29,6 @@ check() { # FAIL: test_keepalive_ping_stops_when_connection_closing (tests.test_protocol.ClientTests) # AssertionError: False is not true case "$CARCH" in - aarch64) rm tests/test_protocol.py ;; armv7) return 0 ;; # Tests are flaky under drone CI esac |