From 34a791d5d5089af6bb4f1d5bae3d3b0cee1254d8 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 10 Mar 2024 09:49:26 -0400 Subject: [PATCH] remove pytest upper pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30e889b5..eb915a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "coverage", "pytest-astropy", "scipy", - "pytest<8.1", + "pytest", ] [project.urls] 'documentation' = 'https://asdf-astropy.readthedocs.io/en/latest/'