We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5050 commit a8c5e04Copy full SHA for a8c5e04
tox.ini
@@ -24,8 +24,11 @@ deps =
24
pytest3.9: pytest ~= 3.9.0
25
pytest3.10: pytest ~= 3.10.0
26
pytest3.x: pytest ~= 3.0
27
+ pytest4.0: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
28
pytest4.0: pytest ~= 4.0.0
29
+ pytest4.1: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
30
pytest4.1: pytest ~= 4.1.0
31
+ pytest4.2: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900
32
pytest4.2: pytest ~= 4.2.0
33
pytest4.3: pytest ~= 4.3.0
34
pytest4.4: pytest ~= 4.4.0
0 commit comments