Skip to content

Commit 68fe4e8

Browse files
committed
Updated config files.
1 parent 1561751 commit 68fe4e8

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

repo_helper.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,7 @@ mypy_deps:
6767
extra_sphinx_extensions:
6868
- sphinx_autofixture
6969

70-
exclude_files:
71-
- tox
70+
tox_unmanaged:
71+
- testenv
72+
73+
tox_testenv_extras: all

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pytest-randomly>=3.3.1
99
pytest-regressions>=2.0.1
1010
pytest-rerunfailures>=9.1.1
1111
pytest-timeout>=1.4.2
12-
12+
pytz>=2019.1

tox.ini

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# * envlists
55
# * travis
66
# * gh-actions
7-
# * testenv
87
# * testenv:docs
98
# * testenv:build
109
# * testenv:lint
@@ -46,17 +45,6 @@ python =
4645
3.9: py39, build
4746
3.10-dev: py310-dev, build
4847

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-
6048
[testenv:docs]
6149
setenv = SHOW_TODOS = 1
6250
basepython = python3.8
@@ -176,3 +164,15 @@ package = domdf_python_tools
176164
[pytest]
177165
addopts = --color yes --durations 25
178166
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}

0 commit comments

Comments
 (0)