Skip to content

Commit 4bd8475

Browse files
committed
Test with current pytest versions.
This is an exception to rule of the last 5 minor versions of pytest, as this is just the bug fix and a quick workaround. The other versions will be dropped in next minor version.
1 parent 04b5e9c commit 4bd8475

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ env:
1010
- PYTEST=5.1.3
1111
- PYTEST=5.2.4
1212
- PYTEST=5.3.5
13-
- PYTEST=5.4.1
13+
- PYTEST=5.4.3
14+
- PYTEST=6.0.2
15+
- PYTEST=6.1.0
1416
install:
1517
- pip install -q pytest==$PYTEST
1618
- pip install -q -e .

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Other changes
99

1010
- Deprecate ``--result-log``, as it was removed in pytest 6.1.0
1111

12+
- Support up to pytest 6.1.0.
13+
1214

1315
9.1 (2020-08-26)
1416
----------------

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ max-line-length = 88
1111
[tox]
1212
envlist =
1313
linting
14-
py{35,36,37,38,py3}-pytest{50,51,52,53,54}
14+
py{35,36,37,38,py3}-pytest{50,51,52,53,54,60,61}
1515
minversion = 3.17.1
1616

1717
[testenv]
@@ -22,6 +22,8 @@ deps =
2222
pytest52: pytest==5.2.*
2323
pytest53: pytest==5.3.*
2424
pytest54: pytest==5.4.*
25+
pytest60: pytest==6.0.*
26+
pytest61: pytest==6.1.*
2527

2628
[testenv:linting]
2729
basepython = python3

0 commit comments

Comments
 (0)