Skip to content

Commit 56f948e

Browse files
authored
SNOW-638966: SQLAlchemy jobs are not uploading test results to Tests table in snowhouse (#341)
1 parent 8a444e2 commit 56f948e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ setenv =
3737
commands = pytest \
3838
{env:SNOWFLAKE_PYTEST_OPTS:} \
3939
--cov "snowflake.sqlalchemy" \
40-
--junitxml {toxworkdir}/junit.{envname}.xml \
40+
--junitxml {toxworkdir}/junit_{envname}.xml \
4141
{posargs:tests}
4242
pytest {env:SNOWFLAKE_PYTEST_OPTS:} \
4343
--cov "snowflake.sqlalchemy" --cov-append \
44-
--junitxml {toxworkdir}/junit.{envname}.xml \
44+
--junitxml {toxworkdir}/junit_{envname}.xml \
4545
{posargs:tests/sqlalchemy_test_suite}
4646
pytest \
4747
{env:SNOWFLAKE_PYTEST_OPTS:} \
4848
--cov "snowflake.sqlalchemy" --cov-append \
49-
--junitxml {toxworkdir}/junit.{envname}.xml \
49+
--junitxml {toxworkdir}/junit_{envname}.xml \
5050
--run_v20_sqlalchemy \
5151
{posargs:tests}
5252

0 commit comments

Comments
 (0)