From 3eec63dafd3e7ff99560f66c1f7964f558307b98 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 24 Jul 2023 11:06:57 +0200 Subject: [PATCH] Don't pin virtualenv in dev section. The requirements in dev section are more general (and may require newer versions). --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b23a4bc..10e96696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,6 @@ sqlformat = "sqlparse.__main__:main" dev = [ "flake8", "build", - "virtualenv<20.22.0", # 20.22.0 dropped Python 3.6 support - "tox<4.5.0", # >=4.5.0 requires virtualenv>=20.22 ] test = [ "pytest", @@ -53,6 +51,10 @@ test = [ doc = [ "sphinx", ] +tox = [ + "virtualenv<20.22.0", # 20.22.0 dropped Python 3.6 support + "tox<4.5.0", # >=4.5.0 requires virtualenv>=20.22 +] [tool.flit.sdist] include = [