File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ deps =
165165 # with the -r flag
166166 -r test-requirements.txt
167167
168- py3.4-common: colorama ==0.4.1
169- py3.4-common: watchdog ==0.10.7
170168 py3.8-common: hypothesis
171169
172170 linters: -r linter-requirements.txt
@@ -295,7 +293,6 @@ deps =
295293 # Gevent
296294 # See http://www.gevent.org/install.html#older-versions-of-python
297295 # for justification of the versions pinned below
298- py3.4-gevent: gevent ==1.4.0
299296 py3.5-gevent: gevent ==20.9.0
300297 # See https://stackoverflow.com/questions/51496550/runtime-warning-greenlet-greenlet-size-changed
301298 # for justification why greenlet is pinned here
@@ -506,7 +503,6 @@ extras =
506503
507504basepython =
508505 py2.7: python2.7
509- py3.4: python3.4
510506 py3.5: python3.5
511507 py3.6: python3.6
512508 py3.7: python3.7
@@ -534,7 +530,7 @@ commands =
534530 py3.5-flask-v{0.11,0.12}: pip install more-itertools<8.11.0
535531
536532 ; use old pytest for old Python versions:
537- {py2.7,py3.4,py3. 5}: pip install pytest-forked ==1.1.3
533+ {py2.7,py3.5}: pip install pytest-forked ==1.1.3
538534
539535 ; Running `py.test` as an executable suffers from an import error
540536 ; when loading tests in scenarios. In particular, django fails to
You can’t perform that action at this time.
0 commit comments