Disable tests in setuptools during bootstrapping
This commit is contained in:
parent
2ba2f1300f
commit
c977d6decc
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ data:
|
||||||
%_without_python2 1
|
%_without_python2 1
|
||||||
# setuptools
|
# setuptools
|
||||||
%_without_platform_python 1
|
%_without_platform_python 1
|
||||||
|
# tests for setuptools need pip, which is unavailable
|
||||||
|
# during bootstrapping
|
||||||
|
%_without_tests 1
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
python3:
|
python3:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue