From b9d8d9de954a92fe45e7f855eeb0b574fd08b77b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 15 Apr 2017 09:19:48 +0200 Subject: [PATCH] - disable ssl tests, missing insecure protocols are too confusing for the testsuite --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index d79a81b..a7cf9ec 100644 --- a/python3.spec +++ b/python3.spec @@ -18,7 +18,7 @@ %ifarch x32 %define broken_tests_x32 test_time %endif -%define broken_tests test_nntplib test_gdb test_site %{?broken_tests_x32} +%define broken_tests test_nntplib test_gdb test_site test_ssl %{?broken_tests_x32} %define py_ver 3.6 %define py_abi %{py_ver}m -- 2.43.0