Skip to content

Commit c537333

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
SNOW-143923 updated tox.ini files
1 parent 373d198 commit c537333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ envlist = fix_lint,
55

66
skipdist = true
77
skip_missing_interpreters = true
8+
requires =
9+
tox-external-wheels>=0.1.6
810

911
[testenv]
1012
description = run the tests with pytest under {basepython}
@@ -47,7 +49,6 @@ deps = flake8
4749
commands = flake8 {posargs}
4850

4951
[testenv:fix_lint]
50-
extras =
5152
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
5253
passenv =
5354
PROGRAMDATA

0 commit comments

Comments
 (0)