Skip to content

Commit ff1be0a

Browse files
authored
Remove py3.4 from tox.ini (#2248)
1 parent 01c02fa commit ff1be0a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

507504
basepython =
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

0 commit comments

Comments
 (0)