From 9ddf2d6690067b493417d2ac5d559c86bb5aea59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 17 Jun 2021 19:06:56 +0200 Subject: [PATCH] Skip test that is reported as unreliable > Unreliable test timings! On an initial run, this test took 352.68ms, > which exceeded the deadline of 200.00ms, but on a subsequent run it > took 5.00 ms, which did not. If you expect this sort of variability in > your test timings, consider turning deadlines off for this test by > setting deadline=None. --- python-astropy.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-astropy.spec b/python-astropy.spec index 8bdf8b0..1d009b1 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -127,6 +127,7 @@ pytest_args=( --deselect astropy/tests/test_logger.py::test_warnings_logging --deselect astropy/tests/test_logger.py::test_warnings_logging_with_custom_class --deselect astropy/tests/test_logger.py::test_warning_logging_with_io_votable_warning + --deselect astropy/time/tests/test_precision.py::test_sidereal_lat_independent ) pushd %{buildroot}/%{python3_sitearch}