Skip to content

Commit

Permalink
Fix installs in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 28, 2023
1 parent 3590644 commit d48afb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ sphinx = [
"sphinx-design",
]
testing = [
"sphinx-thebe[sphinx]",
"myst-nb",
"sphinx-copybutton",
"sphinx-design",
"matplotlib",
"pytest",
"pytest-regressions",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usedevelop = true
passenv = TERM # To make terminal coloring / other variables pass through

[testenv:py{38,39}-sphinx{5,6}]
extras = sphinx,testing
extras = testing
deps =
sphinx5: sphinx>=5,<6
sphinx6: sphinx>=6,<7
Expand Down

0 comments on commit d48afb8

Please sign in to comment.