forked from aws/aws-sdk-pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
25 lines (24 loc) · 779 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tox]
envlist = py{37,38,39,310}
isolated_build = True
[testenv]
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
setenv =
COV_FAIL_UNDER = 87.00
deps =
.[sqlserver]
.[oracle]
.[sparql]
.[deltalake]
pytest==7.1.2
pytest-cov==4.0.0
pytest-rerunfailures==10.2
pytest-xdist==3.0.2
pytest-timeout==2.1.0
moto==4.0.3
s3fs==0.4.2
commands =
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=15 \
--cov=awswrangler --cov-report=xml --cov-report term-missing --cov-branch \
--cov-fail-under={env:COV_FAIL_UNDER} \
--junitxml=test-reports/junit.xml --log-file=test-reports/logs.txt tests