Sergio Pascual 34e27e1
diff -ur astropy-1.1.post2/astropy/tests/helper.py astropy-1.1.post2.pytest/astropy/tests/helper.py
Sergio Pascual 34e27e1
--- astropy-1.1.post2/astropy/tests/helper.py	2015-12-11 18:45:19.000000000 +0100
Sergio Pascual 34e27e1
+++ astropy-1.1.post2.pytest/astropy/tests/helper.py	2016-01-06 19:03:49.280825893 +0100
Sergio Pascual 34e27e1
@@ -41,8 +41,8 @@
Sergio Pascual 34e27e1
            'assert_quantity_allclose', 'check_pickling_recovery',
Sergio Pascual 34e27e1
            'pickle_protocol', 'generic_recursive_equality_test']
Sergio Pascual 34e27e1
 
Sergio Pascual 2689ec2
-
Sergio Pascual cdfc2ae
-if os.environ.get('ASTROPY_USE_SYSTEM_PYTEST') or '_pytest' in sys.modules:
Sergio Pascual 2689ec2
+# Modified by Fedora package
Sergio Pascual 0f3ec8c
+if True or os.environ.get('ASTROPY_USE_SYSTEM_PYTEST') or '_pytest' in sys.modules:
Sergio Pascual cdfc2ae
     import pytest
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
 else: