Created attachment 1568955 [details] Full log from Copr python-pyramid 1.10.4-1.fc31 fails %check with Python 3.8.0a4: ====================================================================== FAIL: test_add_view_custom_predicate_bests_standard_predicate (tests.test_config.test_views.TestViewsConfigurationMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python3-python-pyramid-1.10.4-1.fc31/tests/test_config/test_views.py", line 1982, in test_add_view_custom_predicate_bests_standard_predicate self.assertEqual(len(w), 1) AssertionError: 5 != 1 ====================================================================== FAIL: test_add_view_with_check_csrf_predicates_match (tests.test_config.test_views.TestViewsConfigurationMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python3-python-pyramid-1.10.4-1.fc31/tests/test_config/test_views.py", line 1909, in test_add_view_with_check_csrf_predicates_match self.assertEqual(len(w), 1) AssertionError: 3 != 1 ====================================================================== FAIL: test_add_view_with_custom_predicates_match (tests.test_config.test_views.TestViewsConfigurationMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python3-python-pyramid-1.10.4-1.fc31/tests/test_config/test_views.py", line 1937, in test_add_view_with_custom_predicates_match self.assertEqual(len(w), 1) AssertionError: 3 != 1 ====================================================================== FAIL: test_add_view_with_custom_predicates_nomatch (tests.test_config.test_views.TestViewsConfigurationMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python3-python-pyramid-1.10.4-1.fc31/tests/test_config/test_views.py", line 1958, in test_add_view_with_custom_predicates_nomatch self.assertEqual(len(w), 1) AssertionError: 3 != 1 ---------------------------------------------------------------------- Ran 2675 tests in 11.121s I haven't yet checked, but len(w) is suspiciously "number of warning". There were some new DeprecationWarnings added in Python 3.8.0a4. Full log attached.
Upstream CPython has reverted the DeprecationWarning for inspect.getfullargspec() and we have backported the change. Pyramid now builds. I'm closing this, but will reopen after beta if new warnings break the tests again.