Skip to content

Commit

Permalink
Drop support for pytest<6
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 4, 2024
1 parent 8358442 commit c978d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
keywords = ["ansible", "testing", "molecule", "plugin"]
dependencies = [
"pytest>=4.0.0"
"pytest>=6.0.0"
]

[project.urls]
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py{37,38,39}-pytest{4,5,6,7}-{linux,windows}
py{310,311,312}-pytest{6,7}-{linux,windows}
py{37,38,39,310,311,312}-pytest{6,7}-{linux,windows}
pkg

[gh-actions]
Expand All @@ -19,16 +18,12 @@ PLATFORM =
windows-latest: windows

PYTEST_MAJOR_VERSION =
4: pytest4
5: pytest5
6: pytest6
7: pytest7

[testenv]
deps =
-rrequirements.txt
pytest4: pytest>=4.0.0,<5.0.0
pytest5: pytest>=5.0.0,<6.0.0
pytest6: pytest>=6.0.0,<7.0.0
pytest7: pytest>=7.0.0,<7.4.0

Expand Down

0 comments on commit c978d64

Please sign in to comment.