File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,11 +376,11 @@ workflows:
376376 - python311
377377 - python312
378378 - python313
379- # - py39cassandra
380- # - py39couchbase
379+ - py39cassandra
380+ - py39couchbase
381381 # - py39gevent_starlette
382- # - py311googlecloud
383- # - py312googlecloud
382+ - py311googlecloud
383+ - py312googlecloud
384384 - py312aws
385385 - final_job :
386386 requires :
@@ -390,9 +390,9 @@ workflows:
390390 - python311
391391 - python312
392392 - python313
393- # - py39cassandra
394- # - py39couchbase
393+ - py39cassandra
394+ - py39couchbase
395395 # - py39gevent_starlette
396- # - py311googlecloud
397- # - py312googlecloud
396+ - py311googlecloud
397+ - py312googlecloud
398398 - py312aws
Original file line number Diff line number Diff line change 2222from instana .span_context import SpanContext
2323from instana .tracer import InstanaTracerProvider
2424
25- # Ignoring tests during OpenTelemetry migration.
2625collect_ignore_glob = [
27- "*w3c_trace_context*" ,
26+ "*test_gevent*"
2827]
2928
30- # TODO: remove the following entries as the migration of the instrumentation
31- # codes are finalised.
32- collect_ignore_glob .append ("*frameworks/test_gevent*" )
33-
34- collect_ignore_glob .append ("*platforms/test_gcr*" )
35- collect_ignore_glob .append ("*platforms/test_google*" )
36- collect_ignore_glob .append ("*platforms/test_host*" )
37-
3829# # Cassandra and gevent tests are run in dedicated jobs on CircleCI and will
3930# # be run explicitly. (So always exclude them here)
4031if not os .environ .get ("CASSANDRA_TEST" ):
You can’t perform that action at this time.
0 commit comments