Skip to content

Commit 6671f41

Browse files
authored
Merge pull request #56 from dmtucker/travis-attrs
Pin attrs for Pytest 4.0 - 4.2 in tox.ini
2 parents 06b5050 + a8c5e04 commit 6671f41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ deps =
2424
pytest3.9: pytest ~= 3.9.0
2525
pytest3.10: pytest ~= 3.10.0
2626
pytest3.x: pytest ~= 3.0
27+
pytest4.0: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
2728
pytest4.0: pytest ~= 4.0.0
29+
pytest4.1: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
2830
pytest4.1: pytest ~= 4.1.0
31+
pytest4.2: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
2932
pytest4.2: pytest ~= 4.2.0
3033
pytest4.3: pytest ~= 4.3.0
3134
pytest4.4: pytest ~= 4.4.0

0 commit comments

Comments
 (0)