Skip to content

Commit c978d64

Browse files
Drop support for pytest<6
1 parent 8358442 commit c978d64

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
]
4040
keywords = ["ansible", "testing", "molecule", "plugin"]
4141
dependencies = [
42-
"pytest>=4.0.0"
42+
"pytest>=6.0.0"
4343
]
4444

4545
[project.urls]

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39}-pytest{4,5,6,7}-{linux,windows}
4-
py{310,311,312}-pytest{6,7}-{linux,windows}
3+
py{37,38,39,310,311,312}-pytest{6,7}-{linux,windows}
54
pkg
65

76
[gh-actions]
@@ -19,16 +18,12 @@ PLATFORM =
1918
windows-latest: windows
2019

2120
PYTEST_MAJOR_VERSION =
22-
4: pytest4
23-
5: pytest5
2421
6: pytest6
2522
7: pytest7
2623

2724
[testenv]
2825
deps =
2926
-rrequirements.txt
30-
pytest4: pytest>=4.0.0,<5.0.0
31-
pytest5: pytest>=5.0.0,<6.0.0
3227
pytest6: pytest>=6.0.0,<7.0.0
3328
pytest7: pytest>=7.0.0,<7.4.0
3429

0 commit comments

Comments
 (0)