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:
6767extra_sphinx_extensions :
6868 - sphinx_autofixture
6969
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
99pytest-regressions >= 2.0.1
1010pytest-rerunfailures >= 9.1.1
1111pytest-timeout >= 1.4.2
12-
12+ pytz >= 2019.1
Original file line number Diff line number Diff line change 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]
6149setenv = SHOW_TODOS = 1
6250basepython = python3.8
@@ -176,3 +164,15 @@ package = domdf_python_tools
176164[pytest]
177165addopts = --color yes --durations 25
178166timeout = 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