Skip to content

Commit

Permalink
fix tox config (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato authored Jan 7, 2025
1 parent 8e226b1 commit 6dfa6d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ commands =
deps =
attrs==20.3.0; python_version == '3.4'
typing; python_version == '3.4'
pytest
pytest>=6.1.1,<8.2.0
pytest-reraise
coverage
pytest-cov
tornado>=4.0,<6.0
tornado>=4.0,<7.0; python_version>='3.12'
tornado>=4.0,<6.0; python_version<'3.12'
cython
py35,py36,py37,py38,py39,pypy3,coverage: pytest_asyncio

Expand Down

0 comments on commit 6dfa6d0

Please sign in to comment.