From a0625ef68a02f2930dcc4c93d3e3b037acab5909 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Tue, 29 Jun 2021 17:59:38 +0200 Subject: [PATCH] Add pyomo to setup.cfg --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 078ec3814..6c6f2e5a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,12 +31,15 @@ docs = sphinx >= 3.0 sphinx_rtd_theme sphinxcontrib-bibtex +pyomo = + pyomo report = genno[compat] tutorial = jupyter tests = %(docs)s + %(pyomo)s %(tutorial)s codecov memory_profiler @@ -96,6 +99,8 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-pretenders.*] ignore_missing_imports = True +[mypy-pyomo.*] +ignore_missing_imports = True [mypy-requests_cache.*] ignore_missing_imports = True [mypy-requests_mock.*]