Skip to content

Commit e673724

Browse files
try fixing coverage check
1 parent b811eeb commit e673724

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

tox.ini

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,26 +111,9 @@ commands =
111111
pip install .
112112
python -c 'import snowflake.connector.result_batch'
113113

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
131114

132115
[testenv:aio-parallel-unit]
133-
description = Run aio tests in parallel
116+
description = Run unit aio tests in parallel
134117
extras=
135118
development
136119
aio
@@ -142,7 +125,7 @@ setenv =
142125
commands = {env:SNOWFLAKE_PYTEST_CMD} -m "aio and unit" {posargs:} test -vv
143126

144127
[testenv:aio-parallel-integ]
145-
description = Run aio tests in parallel
128+
description = Run integ aio tests in parallel
146129
extras=
147130
development
148131
aio
@@ -175,7 +158,7 @@ commands = coverage combine
175158
coverage xml -o {env:COV_REPORT_DIR:{toxworkdir}}/coverage.xml
176159
coverage html -d {env:COV_REPORT_DIR:{toxworkdir}}/htmlcov
177160
; 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
179162

180163
[testenv:py{39,310,311,312,313}-coverage]
181164
# 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

Comments
 (0)