8000 Simplify tox version spec (#3609) · mxrcooo/sentry-python@bc87c0d · GitHub
[go: up one dir, main page]

Skip to content

Commit bc87c0d

Browse files
authored
Simplify tox version spec (getsentry#3609)
1 parent 508490c commit bc87c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ deps =
289289

290290
# === Common ===
291291
py3.8-common: hypothesis
292-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common: pytest-asyncio
292+
common: pytest-asyncio
293293
# See https://github.com/pytest-dev/pytest/issues/9621
294294
# and https://github.com/pytest-dev/pytest-forked/issues/67
295295
# for justification of the upper bound on pytest

0 commit comments

Comments
 (0)
0