File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ setenv =
37
37
commands = pytest \
38
38
{env:SNOWFLAKE_PYTEST_OPTS:} \
39
39
--cov " snowflake.sqlalchemy" \
40
- --junitxml {toxworkdir}/junit. {envname}.xml \
40
+ --junitxml {toxworkdir}/junit_ {envname}.xml \
41
41
{posargs:tests}
42
42
pytest {env:SNOWFLAKE_PYTEST_OPTS:} \
43
43
--cov " snowflake.sqlalchemy" --cov-append \
44
- --junitxml {toxworkdir}/junit. {envname}.xml \
44
+ --junitxml {toxworkdir}/junit_ {envname}.xml \
45
45
{posargs:tests/sqlalchemy_test_suite}
46
46
pytest \
47
47
{env:SNOWFLAKE_PYTEST_OPTS:} \
48
48
--cov " snowflake.sqlalchemy" --cov-append \
49
- --junitxml {toxworkdir}/junit. {envname}.xml \
49
+ --junitxml {toxworkdir}/junit_ {envname}.xml \
50
50
--run_v20_sqlalchemy \
51
51
{posargs:tests}
52
52
You can’t perform that action at this time.
0 commit comments