Skip to content

Commit 78c3423

Browse files
committed
Add missing hyphen for tox factor
1 parent 1497972 commit 78c3423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ envlist =
8888
pypy3-test-instrumentation-fastapi
8989

9090
; opentelemetry-instrumentation-flask
91-
py3{7,8,9,10,11}-test-instrumentation-flask{0,1}
92-
py3{8,9,10,11}-test-instrumentation-flask{2}
93-
pypy3-test-instrumentation-flask{0,1}
91+
py3{7,8,9,10,11}-test-instrumentation-flask-{0,1}
92+
py3{8,9,10,11}-test-instrumentation-flask-{2}
93+
pypy3-test-instrumentation-flask-{0,1}
9494

9595
; opentelemetry-instrumentation-urllib
9696
py3{7,8,9,10,11}-test-instrumentation-urllib

0 commit comments

Comments
 (0)