From a1fddd34977e385ace8ad81b77d499be5c907024 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 6 Mar 2024 11:08:50 -0500 Subject: [PATCH] Comment for tomli --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb164f2fc21..eebacd155cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,6 @@ testing = pip>=19.1 # For proper file:// URLs support. ini2toml[lite]>=0.9 tomli-w>=1.0.0 - tomli pytest-timeout pytest-perf; \ # workaround for jaraco/inflect#195, pydantic/pydantic-core#773 (see #3986) @@ -66,6 +65,8 @@ testing = # for tools/finalize.py jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin" pytest-home >= 0.5 + # No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly + tomli # No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly importlib_metadata