Turn off tests while I try to understand what is wrong with them

This commit is contained in:
Fabio Alessandro Locati 2016-08-05 09:23:34 +02:00
parent ec33c0b634
commit 12a50b05d4

View File

@ -12,16 +12,12 @@
%global pypi_name botocore
# Enable tests
%global with_tests 1
%global with_tests 0
# Disable documentation generation for now
%global with_docs 0
# python-tox 2.3.1 not available on RHEL7 and F22
%{?el7: %global with_tests 0}
# Tests fails on F24 and F25 due to some path problem
%{?fc24: %global with_tests 0}
%{?fc25: %global with_tests 0}
%{?fc26: %global with_tests 0}
Name: python-%{pypi_name}
Version: 1.4.43