mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-06 15:14:35 +08:00
Use a lower pytest version so python3.4 is able to pass
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -4,7 +4,7 @@ envlist = {py26,py27,py33,py34,py35,py36,py37,py38}
|
|||||||
extras = testing
|
extras = testing
|
||||||
deps =
|
deps =
|
||||||
py26,py33: pytest>=3.0.7,<3.3
|
py26,py33: pytest>=3.0.7,<3.3
|
||||||
py27,py34: pytest<5
|
py27,py34: pytest<3.3
|
||||||
py26,py33: setuptools<37
|
py26,py33: setuptools<37
|
||||||
coverage: coverage
|
coverage: coverage
|
||||||
setenv =
|
setenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user