Skip to content

Commit 1805ef6

Browse files
committed
Bumping tox version.
1 parent 4793c06 commit 1805ef6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ flake8==3.8.3
77
mypy==0.782
88
pydocstyle==5.0.2
99
doc8==0.8.1
10-
tox==3.18.1
10+
tox==3.19.0
1111
pytest==6.0.1
1212
pytest-cov==2.10.0
1313
pytest-xdist==1.34.0
@@ -18,4 +18,4 @@ twine==3.2.0
1818
sphinx==3.1.2
1919
sphinx_bootstrap_theme==0.7.1
2020
moto==1.3.14
21-
jupyterlab~=2.2.2
21+
jupyterlab==2.2.4

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ envlist = py{36,37,38}
44
[testenv]
55
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
66
deps =
7-
pytest
8-
pytest-xdist
9-
moto
7+
pytest==6.0.1
8+
pytest-xdist==1.34.0
9+
moto==1.3.14
1010
commands =
1111
pytest -n 32 tests
1212

1313
[testenv:py38]
1414
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
1515
deps =
1616
{[testenv]deps}
17-
pytest-cov
17+
pytest-cov==2.10.0
1818
commands =
1919
pytest -n 32 --cov=awswrangler tests

0 commit comments

Comments
 (0)