@@ -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,
@@ -90,6 +99,8 @@ envlist =
90
99
python-adapter_uvicorn-{py37,py38,py39,py310,py311,py312,py313}-uvicornlatest,
91
100
python-adapter_uvicorn-py38-uvicorn014,
92
101
python-adapter_waitress-{py37,py38,py39,py310,py311,py312,py313}-waitresslatest,
102
+ python-adapter_waitress-{py37,py38,py39,py310}-waitress02,
103
+ python-adapter_waitress-{py37,py38,py39}-waitress010404,
93
104
python-agent_features-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
94
105
python-agent_features-pypy310-without_extensions,
95
106
python-agent_streaming-{py37,py38,py39,py310,py311,py312,py313}-protobuf06-{with,without}_extensions,
@@ -106,7 +117,6 @@ envlist =
106
117
; python-component_graphqlserver-py313,
107
118
python-component_tastypie-{py37,py38,py39,py310,py311,py312,py313,pypy310}-tastypielatest,
108
119
python-coroutines_asyncio-{py37,py38,py39,py310,py311,py312,py313,pypy310},
109
- python-cross_agent-{py37,py38,py39,py310,py311,py312,py313}-{with,without}_extensions,
110
120
python-datastore_sqlite-{py37,py38,py39,py310,py311,py312,py313,pypy310},
111
121
python-external_aiobotocore-{py38,py39,py310,py311,py312,py313}-aiobotocorelatest,
112
122
python-external_botocore-{py38,py39,py310,py311,py312,py313}-botocorelatest,
@@ -480,7 +490,7 @@ allowlist_externals =
480
490
{toxinidir}/.github/scripts/*
481
491
482
492
install_command =
483
- {toxinidir}/.github/scripts/retry.sh 3 pip install {opts} {packages}
493
+ pip install {opts} {packages}
484
494
485
495
extras =
486
496
agent_streaming: infinite-tracing
0 commit comments