Skip to content

Commit 2b6a199

Browse files
committed
Update the attrs pin annotation in tox.ini
1 parent f19d8ec commit 2b6a199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +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
20+
pytest3.3: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/3223
2121
pytest3.3: pytest ~= 3.3.0
22-
pytest3.4: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
22+
pytest3.4: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/3223
2323
pytest3.4: pytest ~= 3.4.0
2424
pytest3.5: pytest ~= 3.5.0
2525
pytest3.6: pytest ~= 3.6.0

0 commit comments

Comments
 (0)