Skip to content

Commit a2b64e4

Browse files
committed
MAINT: require a pytest version that already supported 3.8
1 parent 8af2406 commit a2b64e4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python_requires = >=3.8
3232
setup_requires =
3333
setuptools_scm
3434
install_requires =
35-
pytest>=4.6
35+
pytest>=5.0
3636
numpy
3737

3838
# tables limitation is until 3.9.3 is out as that supports ARM OSX.
@@ -47,7 +47,7 @@ pytest11 =
4747
pytest_arraydiff = pytest_arraydiff.plugin
4848

4949
[tool:pytest]
50-
minversion = 4.6
50+
minversion = 5.0
5151
testpaths = tests
5252
xfail_strict = true
5353
markers =

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311,312}-test{,-pytestoldest,-pytest50,-pytest52,-pytest53,-pytest60,-pytest61,-pytest62,-pytest70,-pytest71,-pytest72,-pytest73,-pytest74,-devdeps}
3+
py{38,39,310,311,312}-test{,-pytestoldest,-pytest52,-pytest53,-pytest60,-pytest61,-pytest62,-pytest70,-pytest71,-pytest72,-pytest73,-pytest74,-devdeps}
44
codestyle
55
requires =
66
setuptools >= 30.3.0
@@ -13,8 +13,7 @@ setenv =
1313
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1414
description = run tests
1515
deps =
16-
pytestoldest: pytest==4.6.0
17-
pytest50: pytest==5.0.*
16+
pytestoldest: pytest==5.0.0
1817
pytest52: pytest==5.2.*
1918
pytest53: pytest==5.3.*
2019
pytest60: pytest==6.0.*

0 commit comments

Comments
 (0)