Skip to content

Commit 1aeecfa

Browse files
committed
Add pytest 7.0 to CI
1 parent c30545a commit 1aeecfa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pytest-order Release Notes
22

3+
### Infrastructure
4+
- added pytest 7.0 to CI tests
5+
36
## [Version 1.0.1](https://pypi.org/project/pytest-order/1.0.1/) (2022-01-09)
47
Bugfix release.
58

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
{py36,py37,py38,py39,pypy3}-pytest{50,51,52,53,54,60,61,62}
4-
{py310}-pytest{624}
3+
{py36,py37,py38,py39,pypy3}-pytest{50,51,52,53,54,60,61,62,70}
4+
{py310}-pytest{624,70}
55
[testenv]
66
deps =
77
pytest50: pytest>=5.0,<5.1
@@ -13,9 +13,10 @@ deps =
1313
pytest61: pytest>=6.1,<6.2
1414
pytest62: pytest>=6.2,<6.3
1515
pytest624: pytest>=6.2.4,<6.3
16+
pytest70: pytest>=7.0,<7.1
1617
pytest-cov<2.10
1718
pytest{50,51,52,53,54}: pytest-xdist<2.0.0
18-
pytest{60,61,62,624}: pytest-xdist
19+
pytest{60,61,62,624,70}: pytest-xdist
1920
pytest-dependency>=0.5.1
2021
pytest-mock
2122

0 commit comments

Comments
 (0)