From e2f59cbe20ca9a061235844bb8d6f1832a04bb49 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 15 Oct 2024 10:48:21 -0400 Subject: [PATCH] chore: rename testing extra to test Signed-off-by: Henry Schreiner --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea916db..2550c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ all = [ "trove-classifiers>=2021.10.20", ] store = ["validate-pyproject-schema-store"] -testing = [ +test = [ "setuptools", "pytest>=8.3.3", "pytest-cov", diff --git a/tox.ini b/tox.ini index eacddd0..e8a2d57 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ passenv = VALIDATE_PYPROJECT_* extras = all - testing + test commands = pytest {posargs}