Skip to content

Commit

Permalink
Make docs depend on tests, not vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jul 4, 2023
1 parent 810ae92 commit 663c7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ documentation = "https://docs.messageix.org/ixmp"

[project.optional-dependencies]
docs = [
"ixmp[tests]",
"GitPython",
"numpydoc",
"sphinx >= 3.0",
Expand All @@ -60,7 +61,7 @@ docs = [
report = ["genno[compat,graphviz]"]
tutorial = ["jupyter"]
tests = [
"ixmp[docs,report,tutorial]",
"ixmp[report,tutorial]",
"memory_profiler",
"nbclient >= 0.5",
"pretenders >= 1.4.4",
Expand Down

0 comments on commit 663c7a3

Please sign in to comment.