From c242b933f7d63d2fd59153c10d8c2d4ff2a95857 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Thu, 23 May 2024 20:58:59 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daniel McCloy --- pyproject.toml | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd2f8d638..5fb956eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/tox.ini b/tox.ini index 5adba8bd9..1caf1352b 100644 --- a/tox.ini +++ b/tox.ini @@ -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