Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <[email protected]>
  • Loading branch information
trallard and drammock committed May 23, 2024
1 parent 2f77ce1 commit c242b93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ doc = [
"ipyleaflet",
"colorama",
]
test = ["pytest", "pytest-cov", "pytest-regressions", 'sphinx[test]']
test = ["pytest", "pytest-cov", "pytest-regressions", "sphinx[test]"]
dev = ["pyyaml", "pre-commit", "pydata-sphinx-theme[doc,test]", "tox", "pandoc", "sphinx-theme-builder[cli]"]
a11y = ["pytest-playwright"]
i18n = ["Babel", "jinja2"]
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ commands =
# tox run -e compile,py39-sphinx61-tests
# run tests without coverage
# tox run -e compile,py39-tests-no-cov
# skip compilation
# tox run -e py39-tests
[testenv:py3{9,10,11,12}{,-sphinx61,-sphinxdev,}-tests{,-no-cov}]
description = "Run tests Python and Sphinx versions. If a Sphinx version is specified, it will use that version vs the default in pyproject.toml"
# need to ensure the package is installed in editable mode
Expand Down

0 comments on commit c242b93

Please sign in to comment.