@@ -44,6 +44,15 @@ setupdir = {toxinidir}
44
44
; Fail tests when interpreters are missing.
45
45
skip_missing_interpreters = false
46
46
envlist =
47
+ # Core Features Tests run on Linux, MacOS, and Windows
48
+ {python,windows}-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
49
+ {python,windows}-agent_features-pypy310-without_extensions,
50
+ {python,windows}-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
51
+ {python,windows}-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
52
+ {python,windows}-agent_unittests-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
53
+ {python,windows}-agent_unittests-pypy310-without_extensions,
54
+ {python,windows}-cross_agent-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
55
+ # Integration Tests run on Linux
47
56
cassandra-datastore_cassandradriver-{py38,py39,py310,py311,py312,pypy310}-cassandralatest,
48
57
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,
49
58
elasticsearchserver08-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch08,
@@ -92,12 +101,6 @@ envlist =
92
101
python-adapter_waitress-{py37,py38,py39,py310,py311,py312,py313}-waitresslatest,
93
102
python-adapter_waitress-{py37,py38,py39,py310}-waitress02,
94
103
python-adapter_waitress-{py37,py38,py39}-waitress010404,
95
- python-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
96
- python-agent_features-pypy310-without_extensions,
97
- python-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
98
- python-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
99
- python-agent_unittests-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
100
- python-agent_unittests-pypy310-without_extensions,
101
104
python-application_celery-{py37,py38,py39,py310,py311,py312,py313,pypy310}-celerylatest,
102
105
python-application_celery-py311-celery{0504,0503,0502},
103
106
python-component_djangorestframework-{py37,py38,py39,py310,py311,py312,py313}-djangorestframeworklatest,
@@ -108,7 +111,6 @@ envlist =
108
111
; python-component_graphqlserver-py313,
109
112
python-component_tastypie-{py37,py38,py39,py310,py311,py312,py313,pypy310}-tastypielatest,
110
113
python-coroutines_asyncio-{py37,py38,py39,py310,py311,py312,py313,pypy310},
111
- python-cross_agent-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
112
114
python-datastore_sqlite-{py37,py38,py39,py310,py311,py312,py313,pypy310},
113
115
python-external_aiobotocore-{py38,py39,py310,py311,py312,py313}-aiobotocorelatest,
114
116
python-external_botocore-{py38,py39,py310,py311,py312,py313}-botocorelatest,
@@ -480,7 +482,7 @@ allowlist_externals =
480
482
{toxinidir}/.github/scripts/*
481
483
482
484
install_command =
483
- {toxinidir}/.github/scripts/retry.sh 3 pip install {opts} {packages}
485
+ pip install {opts} {packages}
484
486
485
487
extras =
486
488
agent_streaming: infinite-tracing
0 commit comments