File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ wheel~=0.34.2
1919sphinx ~= 3.0.4
2020sphinx_bootstrap_theme ~= 0.7.1
2121moto ~= 1.3.14
22- jupyterlab ~= 2.1.4
22+ jupyterlab ~= 2.1.4
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ s3fs~=0.4.2
77psycopg2-binary ~= 2.8.0
88pymysql ~= 0.9.0
99sqlalchemy-redshift ~= 0.7.0
10- SQLAlchemy ~= 1.3.10
10+ SQLAlchemy ~= 1.3.10
Original file line number Diff line number Diff line change 22envlist = py{37,38,36}
33
44[testenv]
5+ passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
56deps =
67 pytest
78 pytest-xdist
89 pytest-timeout
910 moto
1011commands =
11- pytest --timeout =900 -n 8 testing/test_awswrangler
12+ pytest --timeout =600 -n 8 testing/test_awswrangler
1213
1314[testenv:py36]
15+ passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
1416deps =
1517 {[testenv]deps}
1618 pytest-cov
You can’t perform that action at this time.
0 commit comments