File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,7 @@ mypy_deps:
67
67
extra_sphinx_extensions :
68
68
- sphinx_autofixture
69
69
70
- exclude_files :
71
- - tox
70
+ tox_unmanaged :
71
+ - testenv
72
+
73
+ tox_testenv_extras : all
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pytest-randomly>=3.3.1
9
9
pytest-regressions >= 2.0.1
10
10
pytest-rerunfailures >= 9.1.1
11
11
pytest-timeout >= 1.4.2
12
-
12
+ pytz >= 2019.1
Original file line number Diff line number Diff line change 4
4
# * envlists
5
5
# * travis
6
6
# * gh-actions
7
- # * testenv
8
7
# * testenv:docs
9
8
# * testenv:build
10
9
# * testenv:lint
@@ -46,17 +45,6 @@ python =
46
45
3.9: py39, build
47
46
3.10-dev: py310-dev, build
48
47
49
- [testenv]
50
- setenv =
51
- PIP_USE_FEATURE = 2020-resolver
52
- PYTHONDEVMODE = 1
53
- deps = -r{toxinidir}/tests/requirements.txt
54
- commands =
55
- python --version
56
- python -m pytest --cov =domdf_python_tools -r aR tests/ {posargs}
57
- python -m pip uninstall pytz -y
58
- python -m pytest --cov =domdf_python_tools -r aR tests/ --cov-append {posargs}
59
-
60
48
[testenv:docs]
61
49
setenv = SHOW_TODOS = 1
62
50
basepython = python3.8
@@ -176,3 +164,15 @@ package = domdf_python_tools
176
164
[pytest]
177
165
addopts = --color yes --durations 25
178
166
timeout = 300
167
+
168
+ [testenv]
169
+ setenv =
170
+ PIP_USE_FEATURE = 2020-resolver
171
+ PYTHONDEVMODE = 1
172
+ deps = -r{toxinidir}/tests/requirements.txt
173
+ extras = all
174
+ commands =
175
+ python --version
176
+ python -m pytest --cov=domdf_python_tools -r aR tests/ {posargs}
177
+ python -m pip uninstall pytz -y
178
+ python -m pytest --cov=domdf_python_tools -r aR tests/ --cov-append {posargs}
You can’t perform that action at this time.
0 commit comments