From 158b6c0b4b8b727b4a483b17a67a4226d301e36a Mon Sep 17 00:00:00 2001 From: abfonly Date: Sat, 22 Apr 2023 07:14:54 +0000 Subject: [PATCH] drop test --- python-websockets.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index ee3494e..ca973be 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -60,5 +60,6 @@ find %{buildroot} -type f -empty -delete %check # 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 -%py3_test +# test needs internet connections +# %%py3_test