From 4054bf3421a9e7f4e363ce1865c2c3d7098a8496 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Aug 14 2017 15:43:18 +0000 Subject: Enable the test suite and disable test_site --- diff --git a/platform-python.spec b/platform-python.spec index 5658571..d558ab5 100644 --- a/platform-python.spec +++ b/platform-python.spec @@ -99,7 +99,7 @@ %global with_computed_gotos yes # Turn this to 0 to turn off the "check" phase: -%global run_selftest_suite 0 +%global run_selftest_suite 1 # We want to byte-compile the .py files within the packages using the new # python3 binary. @@ -984,6 +984,8 @@ CheckPython() { LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest --findleaks \ -x test_distutils \ + # Disable test_site for now + -x test_site \ %ifarch ppc64le aarch64 -x test_faulthandler \ %endif