Skip to content

Commit 8d7851a

Browse files
committed
fix: pinning tox version per toolkit team recommendation.
1 parent 866ec82 commit 8d7851a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read_version():
3030

3131

3232
test_dependencies = [
33-
"tox",
33+
"tox==3.13.1",
3434
"flake8",
3535
"pytest",
3636
"pytest-cov",

0 commit comments

Comments
 (0)