drop test

This commit is contained in:
abfonly 2023-04-22 07:14:54 +00:00
parent fe9dd1af27
commit 158b6c0b4b

View file

@ -60,5 +60,6 @@ find %{buildroot} -type f -empty -delete
%check %check
# Skip tests because they fail on Python 3.8. See: https://github.com/aaugustin/websockets/issues/648 # Skip tests because they fail on Python 3.8. See: https://github.com/aaugustin/websockets/issues/648
# WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100 %%{__python3} setup.py test # WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100 %%{__python3} setup.py test
%py3_test # test needs internet connections
# %%py3_test