From 92d759db64b3018f7652867179927b18eba25443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 15 Jun 2026 16:28:58 +0200 Subject: [PATCH] CI: testing with pytest dev version to smoke out issues sooner rather than later --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1bd03f7e0d..06f08919ac 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ deps = devdeps: astropy>=0.0.dev0 devdeps: pyerfa>=0.0.dev0 devdeps: git+https://github.com/astropy/pyvo.git#egg=pyvo + devdeps: git+https://github.com/pytest-dev/pytest.git#egg=pytest # mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned. # And pillow should be pinned as well, otherwise a too new version is pulled that is not compatible with old np.