10000 fix: Upgrade tox · etherscan-io/sentry-python@9fac9ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fac9ef

Browse files
committed
fix: Upgrade tox
1 parent 942be48 commit 9fac9ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/runtox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ else
1010
searchstring="$1"
1111
fi
1212

13-
exec tox -e $(tox -l | grep $searchstring | tr '\n' ',') -- "${@:2}"
13+
exec tox -p auto -e $(tox -l | grep $searchstring | tr '\n' ',') -- "${@:2}"

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hypothesis==3.69.9
22
pytest==3.7.3
33
pytest-xdist==1.23.0
4-
tox==3.2.1
4+
tox==3.7.0
55
Werkzeug==0.14.1
66
pytest-localserver==0.4.1
77
pytest-cov==2.6.0

0 commit comments

Comments
 (0)
0