Skip to content

Commit b1e17a8

Browse files
committed
MAINT: bumping minimum required pytest version
1 parent 960ddec commit b1e17a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ upload-dir = docs/_build/html
3535
show-response = 1
3636

3737
[tool:pytest]
38-
minversion = 6.0
38+
minversion = 7.4
3939
norecursedirs = build docs/_build astroquery/irsa astroquery/nasa_exoplanet_archive astroquery/ned astroquery/ibe astroquery/irsa_dust astroquery/cds astroquery/sha astroquery/dace
4040
testpaths = astroquery docs
4141
doctest_plus = enabled

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deps =
5151
oldestdeps: pytest-doctestplus==0.13
5252
oldestdeps: requests==2.25
5353
oldestdeps: keyring==15.0
54-
oldestdeps: pytest==6.0
54+
oldestdeps: pytest==7.4
5555
oldestdeps: beautifulsoup4==4.9
5656
oldestdeps-alldeps: mocpy==0.9
5757
oldestdeps-alldeps: regions==0.5

0 commit comments

Comments
 (0)