diff --git a/pyproject.toml b/pyproject.toml index e1fbf37161..5ec0688d78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,8 @@ jupyter = [ "ipynbname", "nbconvert", ] + +[dependency-groups] dev = [ "black", "coverage", diff --git a/tox.ini b/tox.ini index 714699fcc1..65e2d486da 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py{38,39,310,311,312,313} [testenv] -extras = +dependency_groups = dev commands = pytest