Skip to content

Commit a0625ef

Browse files
committed
Add pyomo to setup.cfg
1 parent 1c5fa30 commit a0625ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ docs =
3131
sphinx >= 3.0
3232
sphinx_rtd_theme
3333
sphinxcontrib-bibtex
34+
pyomo =
35+
pyomo
3436
report =
3537
genno[compat]
3638
tutorial =
3739
jupyter
3840
tests =
3941
%(docs)s
42+
%(pyomo)s
4043
%(tutorial)s
4144
codecov
4245
memory_profiler
@@ -96,6 +99,8 @@ ignore_missing_imports = True
9699
ignore_missing_imports = True
97100
[mypy-pretenders.*]
98101
ignore_missing_imports = True
102+
[mypy-pyomo.*]
103+
ignore_missing_imports = True
99104
[mypy-requests_cache.*]
100105
ignore_missing_imports = True
101106
[mypy-requests_mock.*]

0 commit comments

Comments
 (0)