Skip to content

Commit 38ca579

Browse files
authored
Merge pull request #62 from dmtucker/pytest-attrs
Pin attrs for Pytest 3.3 - 3.4 in tox.ini
2 parents 202785a + c9c52a4 commit 38ca579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ deps =
1717
pytest3.0: pytest ~= 3.0.0
1818
pytest3.1: pytest ~= 3.1.0
1919
pytest3.2: pytest ~= 3.2.0
20+
pytest3.3: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
2021
pytest3.3: pytest ~= 3.3.0
22+
pytest3.4: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
2123
pytest3.4: pytest ~= 3.4.0
2224
pytest3.5: pytest ~= 3.5.0
2325
pytest3.6: pytest ~= 3.6.0

0 commit comments

Comments
 (0)