From b36c34f52d0482d1da1aed668bfbbc3b0edb2a1e 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, pyproject.toml --- pyproject.toml | 1 + setup.cfg | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e9c73df96..eb97ed6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,7 @@ module = [ "memory_profiler", "pandas.*", "pyam", + "pyomo", "pretenders.*", ] ignore_missing_imports = true diff --git a/setup.cfg b/setup.cfg index 7e1ffc46a..91dc7f0d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,12 +47,15 @@ docs = sphinx >= 3.0 sphinx_rtd_theme sphinxcontrib-bibtex +pyomo = + pyomo report = genno[compat,graphviz] tutorial = jupyter tests = %(docs)s + %(pyomo)s %(report)s %(tutorial)s codecov