Skip to content

Commit cca90db

Browse files
authored
add aio_pika to tox (#1590)
1 parent a8f86f6 commit cca90db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ envlist =
1818
py3{7,8,9,10,11}-test-opentelemetry-instrumentation
1919
pypy3-test-opentelemetry-instrumentation
2020

21+
py3{7,8,9,10,11}-test-instrumentation-aio-pika
22+
pypy3-test-instrumentation-aio-pika
23+
2124
; opentelemetry-instrumentation-aiohttp-client
2225
py3{7,8,9,10,11}-test-instrumentation-aiohttp-client
2326
pypy3-test-instrumentation-aiohttp-client
@@ -268,6 +271,7 @@ setenv =
268271
changedir =
269272
test-distro: opentelemetry-distro/tests
270273
test-opentelemetry-instrumentation: opentelemetry-instrumentation/tests
274+
test-instrumentation-aio-pika: instrumentation/opentelemetry-instrumentation-aio-pika/tests
271275
test-instrumentation-aiohttp-client: instrumentation/opentelemetry-instrumentation-aiohttp-client/tests
272276
test-instrumentation-aiopg: instrumentation/opentelemetry-instrumentation-aiopg/tests
273277
test-instrumentation-asgi: instrumentation/opentelemetry-instrumentation-asgi/tests
@@ -400,6 +404,8 @@ commands_pre =
400404

401405
logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
402406

407+
aio-pika: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
408+
403409
aiohttp-client: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
404410

405411
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]

0 commit comments

Comments
 (0)