python-astropy/python-astropy-skiptest.patch
Sergio Pascual 4edfb1a8db New upstream (0.3.2)
- Enable checks
- Patch to fix upstream bug 2171
- Disable proplematic test (2516)
2014-05-22 10:27:00 +02:00

13 lines
532 B
Diff

diff --git a/astropy/modeling/tests/test_models.py b/astropy/modeling/tests/test_models.py
index 0a1a7db..370306c 100644
--- a/astropy/modeling/tests/test_models.py
+++ b/astropy/modeling/tests/test_models.py
@@ -403,6 +403,7 @@ class TestParametricModels(object):
"""
Test the derivative of a model by comparing results with an estimated derivative
"""
+ pytest.skip("Skip in Fedora. (github isssue 2516)")
x_lim = models_1D[model_class]['x_lim']
if model_class.deriv is None: