@@ -111,26 +111,9 @@ commands =
111
111
pip install .
112
112
python -c ' import snowflake.connector.result_batch'
113
113
114
- [testenv:aio-unit]
115
- description = Run aio tests
116
- extras =
117
- development
118
- aio
119
- pandas
120
- secure-local-storage
121
- commands = {env:SNOWFLAKE_PYTEST_CMD} -m " aio and unit" {posargs:} test
122
-
123
- [testenv:aio-integ]
124
- description = Run aio tests
125
- extras =
126
- development
127
- aio
128
- pandas
129
- secure-local-storage
130
- commands = {env:SNOWFLAKE_PYTEST_CMD} -m " aio and integ" {posargs:} test
131
114
132
115
[testenv:aio-parallel-unit]
133
- description = Run aio tests in parallel
116
+ description = Run unit aio tests in parallel
134
117
extras =
135
118
development
136
119
aio
@@ -142,7 +125,7 @@ setenv =
142
125
commands = {env:SNOWFLAKE_PYTEST_CMD} -m " aio and unit" {posargs:} test -vv
143
126
144
127
[testenv:aio-parallel-integ]
145
- description = Run aio tests in parallel
128
+ description = Run integ aio tests in parallel
146
129
extras =
147
130
development
148
131
aio
@@ -175,7 +158,7 @@ commands = coverage combine
175
158
coverage xml -o {env:COV_REPORT_DIR:{toxworkdir}}/coverage.xml
176
159
coverage html -d {env:COV_REPORT_DIR:{toxworkdir}}/htmlcov
177
160
; diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml
178
- depends = py39, py310, py311, py312, py313
161
+ depends = py39, py310, py311, py312, py313, aio-parallel-unit, aio-parallel-integ
179
162
180
163
[testenv:py{39,310,311,312,313}-coverage]
181
164
# I hate doing this, but this env is for Jenkins, please keep it up-to-date with the one env above it if necessary
0 commit comments