Skip to content

Commit 06dd1c6

Browse files
committed
Ensure the "classes" extra is installed in tests.
1 parent 444b1b4 commit 06dd1c6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ python:
1515
- requirements: doc-source/requirements.txt
1616
- method: pip
1717
path: .
18+
extra_requirements:
19+
- classes

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use_whey: true
1414
python_deploy_version: 3.6
1515
docs_fail_on_warning: true
1616
mypy_version: "0.812"
17+
tox_testenv_extras: classes
1718

1819
conda_channels:
1920
- conda-forge

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ setenv = SHOW_TODOS = 1
3333
basepython = python3.8
3434
pip_version = pip>=21
3535
changedir = {toxinidir}/doc-source
36+
extras = classes
3637
deps = -r{toxinidir}/doc-source/requirements.txt
3738
commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
3839

@@ -78,6 +79,7 @@ commands = python3 -m flake8_rst_docstrings_sphinx flake8_encodings tests --allo
7879
basepython = python3.6
7980
ignore_errors = True
8081
changedir = {toxinidir}
82+
extras = classes
8183
deps =
8284
mypy==0.812
8385
-r{toxinidir}/tests/requirements.txt
@@ -90,6 +92,7 @@ skip_install = True
9092
ignore_errors = True
9193
changedir = {toxinidir}
9294
deps = pyupgrade-directories
95+
extras = classes
9396
commands = pyup_dirs flake8_encodings tests --py36-plus --recursive
9497

9598
[testenv:coverage]

0 commit comments

Comments
 (0)