From ec7c554bd9d9cc20261c6b708cb210200b869d0d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 14 May 2017 14:11:30 -0400 Subject: [PATCH] Fix typo causing the opposite of the intended affect. --- python-requests.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 4828fa7..37e2f02 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -157,7 +157,7 @@ ln -s ../../idna %{buildroot}/%{python2_sitelib}/requests/packages/idna %check -%if 0%{?_module_build} +%if ! 0%{?_module_build} # Don't run tests on module-build for now # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 PYTHONPATH=./ py.test