@@ -416,9 +416,7 @@ envlist =
416416
417417 ; opentelemetry-instrumentation-kafka-python
418418 py3{10,11}-test-instrumentation-kafka-python
419- py3{10,11,12,13,14}-test-instrumentation-kafka-pythonng
420419 pypy3-test-instrumentation-kafka-python
421- pypy3-test-instrumentation-kafka-pythonng
422420 lint-instrumentation-kafka-python
423421
424422 ; opentelemetry-instrumentation-confluent-kafka
@@ -541,9 +539,6 @@ deps =
541539 kafka-python: {[testenv]test_deps}
542540 kafka-python: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/test-requirements.txt
543541
544- kafka-pythonng: {[testenv]test_deps}
545- kafka-pythonng: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/test-requirements-ng.txt
546-
547542 confluent-kafka: {[testenv]test_deps}
548543 confluent-kafka: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka/test-requirements.txt
549544
@@ -889,9 +884,6 @@ commands =
889884 test-instrumentation-kafka-python: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/tests {posargs}
890885 lint-instrumentation-kafka-python: sh -c " cd instrumentation && pylint --rcfile ../.pylintrc opentelemetry-instrumentation-kafka-python"
891886
892- ; Test only for kafka-pythonng instrumentation as the only difference between kafka-python and kafka-pythonng is the version of kafka-python
893- test-instrumentation-kafka-pythonng: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/tests {posargs}
894-
895887 test-instrumentation-confluent-kafka: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka/tests {posargs}
896888 lint-instrumentation-confluent-kafka: sh -c " cd instrumentation && pylint --rcfile ../.pylintrc opentelemetry-instrumentation-confluent-kafka"
897889
0 commit comments