From 27f28a70797c40860ca74b6d39f552f107fd950c Mon Sep 17 00:00:00 2001 From: Diogo Date: Thu, 16 Jan 2025 11:09:49 -0300 Subject: [PATCH] [build-feat]: Adjust `pyproject.toml` with new PEP (#5904) (cherry picked from commit a50293ea289f251ac355a501e51be173a131fba6) --- pyproject.toml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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