File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ deps =
165
165
# with the -r flag
166
166
-r test-requirements.txt
167
167
168
- py3.4-common: colorama ==0.4.1
169
- py3.4-common: watchdog ==0.10.7
170
168
py3.8-common: hypothesis
171
169
172
170
linters: -r linter-requirements.txt
@@ -295,7 +293,6 @@ deps =
295
293
# Gevent
296
294
# See http://www.gevent.org/install.html#older-versions-of-python
297
295
# for justification of the versions pinned below
298
- py3.4-gevent: gevent ==1.4.0
299
296
py3.5-gevent: gevent ==20.9.0
300
297
# See https://stackoverflow.com/questions/51496550/runtime-warning-greenlet-greenlet-size-changed
301
298
# for justification why greenlet is pinned here
@@ -506,7 +503,6 @@ extras =
506
503
507
504
basepython =
508
505
py2.7: python2.7
509
- py3.4: python3.4
510
506
py3.5: python3.5
511
507
py3.6: python3.6
512
508
py3.7: python3.7
@@ -534,7 +530,7 @@ commands =
534
530
py3.5-flask-v{0.11,0.12}: pip install more-itertools<8.11.0
535
531
536
532
; 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
538
534
539
535
; Running `py.test` as an executable suffers from an import error
540
536
; when loading tests in scenarios. In particular, django fails to
You can’t perform that action at this time.
0 commit comments