Skip to content

Commit a84fa77

Browse files
authored
SNOW-706115: Unpin tox (#364)
1 parent 7c8effd commit a84fa77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Upgrade setuptools, pip and wheel
7979
run: python -m pip install -U setuptools pip wheel
8080
- name: Install tox
81-
run: python -m pip install tox==4.0.0rc1
81+
run: python -m pip install tox
8282
- name: List installed packages
8383
run: python -m pip freeze
8484
- name: Run tests

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
min_version = 4.0.0b2
2+
min_version = 4.0.0
33
envlist = fix_lint,
44
py{37,38,39,310}{,-pandas},
55
coverage

0 commit comments

Comments
 (0)