From c977d6decc45bdb6ca28ed2b8d4d7dad4f1cc27b Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Thu, 31 Aug 2017 11:42:06 +0200 Subject: [PATCH] Disable tests in setuptools during bootstrapping --- python3-bootstrap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml index a859f62..75a8e95 100644 --- a/python3-bootstrap.yaml +++ b/python3-bootstrap.yaml @@ -77,6 +77,9 @@ data: %_without_python2 1 # setuptools %_without_platform_python 1 + # tests for setuptools need pip, which is unavailable + # during bootstrapping + %_without_tests 1 components: rpms: python3: