Fix typo causing the opposite of the intended affect.

This commit is contained in:
Stephen Gallagher 2017-05-14 14:11:30 -04:00
parent 52b5430773
commit ec7c554bd9
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -157,7 +157,7 @@ ln -s ../../idna %{buildroot}/%{python2_sitelib}/requests/packages/idna
%check %check
%if 0%{?_module_build} %if ! 0%{?_module_build}
# Don't run tests on module-build for now # Don't run tests on module-build for now
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608
PYTHONPATH=./ py.test PYTHONPATH=./ py.test