Skip to content

Commit

Permalink
Remove py3.4 from tox.ini (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana authored Jul 13, 2023
1 parent 01c02fa commit ff1be0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ deps =
# with the -r flag
-r test-requirements.txt

py3.4-common: colorama==0.4.1
py3.4-common: watchdog==0.10.7
py3.8-common: hypothesis

linters: -r linter-requirements.txt
Expand Down Expand Up @@ -295,7 +293,6 @@ deps =
# Gevent
# See http://www.gevent.org/install.html#older-versions-of-python
# for justification of the versions pinned below
py3.4-gevent: gevent==1.4.0
py3.5-gevent: gevent==20.9.0
# See https://stackoverflow.com/questions/51496550/runtime-warning-greenlet-greenlet-size-changed
# for justification why greenlet is pinned here
Expand Down Expand Up @@ -506,7 +503,6 @@ extras =

basepython =
py2.7: python2.7
py3.4: python3.4
py3.5: python3.5
py3.6: python3.6
py3.7: python3.7
Expand Down Expand Up @@ -534,7 +530,7 @@ commands =
py3.5-flask-v{0.11,0.12}: pip install more-itertools<8.11.0

; use old pytest for old Python versions:
{py2.7,py3.4,py3.5}: pip install pytest-forked==1.1.3
{py2.7,py3.5}: pip install pytest-forked==1.1.3

; Running `py.test` as an executable suffers from an import error
; when loading tests in scenarios. In particular, django fails to
Expand Down

0 comments on commit ff1be0a

Please sign in to comment.