File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
- pytest >= 6.2.5
2
1
requests
Original file line number Diff line number Diff line change 1
1
[pytest]
2
2
addopts = -s
3
- log_cli = False
4
- log_level = INFO
3
+ log_cli = False
4
+ log_level = INFO
5
5
filterwarnings =
6
6
# Issue #557 in `pytest-cov` (currently v4.x) has not moved for a while now,
7
7
# but once a resolution has been adopted we can drop this "ignore".
8
8
# Ref: https://github.com/pytest-dev/pytest-cov/issues/557
9
9
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
10
+ timeout = 300
Original file line number Diff line number Diff line change 1
- coverage
2
- filelock
3
- gitpython
4
- mock>=3.0.5
5
- pytest>=6.2.5
6
- pytest-cov>=2.7.1
7
- pytest-freezegun
8
- pytest-helpers-namespace==2019.1.8
9
- pytest-mock
10
1
pytest-dependency # functional tests
11
- pytest-xdist
2
+ pytest-freezegun
12
3
requests_mock
13
- responses
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ pytest>=6.2.5
6
6
pytest-cov>=2.7.1
7
7
pytest-helpers-namespace==2019.1.8
8
8
pytest-mock
9
+ pytest-timeout
9
10
pytest-xdist
10
11
responses
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ setenv =
28
28
SKIP_WRITE_GIT_CHANGELOG = 1
29
29
deps =
30
30
-r{toxinidir}/agent/requirements.txt
31
- -r{toxinidir}/agent/test-requirements.txt
32
31
-r{toxinidir}/client/requirements.txt
33
32
-r{toxinidir}/server/requirements.txt
33
+ -r{toxinidir}/test-requirements.txt
34
34
-r{toxinidir}/server/test-requirements.txt
35
35
commands =
36
36
bash -c " {toxinidir}/exec-tests {envdir} {posargs}"
@@ -43,7 +43,7 @@ basepython = python3.6
43
43
deps =
44
44
-c{toxinidir}/agent/test-constraints-3.6.txt
45
45
-r{toxinidir}/agent/requirements.txt
46
- -r{toxinidir}/agent/ test-requirements.txt
46
+ -r{toxinidir}/test-requirements.txt
47
47
48
48
[testenv:alembic-migration]
49
49
description = Verify alembic migrations cover latest database schema
You can’t perform that action at this time.
0 commit comments