Skip to content

Commit 1ac77e1

Browse files
authored
Merge pull request #52 from artofhuman/unlock-pytest9
Unlock pytest9
2 parents ab339c7 + e505f42 commit 1ac77e1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Utilities",
3535
]
3636
dependencies = [
37-
"pytest>=6,<9",
37+
"pytest>=6,<10",
3838
]
3939

4040
[project.urls]
@@ -86,4 +86,4 @@ source = ["src/pytest_describe"]
8686

8787
[tool.coverage.report]
8888
fail_under = 100
89-
show_missing = true
89+
show_missing = true

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,py39}-pytest{60,61,62,70,71,72,73,74,80,81,82,83,84,-latest},py{310,py310}-pytest{70,71,72,73,74,80,81,82,83,84,-latest},py{311,py311}-pytest{73,74,80,81,82,83,84,-latest},py312-pytest{74,80,81,82,83,84,-latest},py{313,314}-pytest{84,-latest},lint,coverage
2+
envlist = py{39,py39}-pytest{60,61,62,70,71,72,73,74,80,81,82,83,84,-latest},py{310,py310}-pytest{70,71,72,73,74,80,81,82,83,84,90,-latest},py{311,py311}-pytest{73,74,80,81,82,83,84,90,-latest},py312-pytest{74,80,81,82,83,84,90,-latest},py{313,314}-pytest{84,90,-latest},lint,coverage
33

44
[testenv]
55
package = editable
@@ -27,6 +27,7 @@ deps =
2727
pytest82: pytest>=8.2,<8.3
2828
pytest83: pytest>=8.3,<8.4
2929
pytest84: pytest>=8.4,<8.5
30+
pytest90: pytest>=9.0,<9.1
3031
pytest-latest: pytest
3132
pytest-main: git+https://github.com/pytest-dev/pytest.git@main
3233
commands = pytest test {posargs}

0 commit comments

Comments
 (0)