Skip to content

Commit

Permalink
remove pytest upper pin
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 10, 2024
1 parent 1d2e11c commit 34a791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test = [
"coverage",
"pytest-astropy",
"scipy",
"pytest<8.1",
"pytest",
]
[project.urls]
'documentation' = 'https://asdf-astropy.readthedocs.io/en/latest/'
Expand Down

0 comments on commit 34a791d

Please sign in to comment.