From 3da42e8078e6bf323d8588d9114ce8f25347e240 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 20 Jun 2023 16:48:28 +0100 Subject: [PATCH] Revert "Attempt to update virtualenv/tox versions" This reverts commit 730b4bb993d73693e6314ffa8a0f70575bf04e90. --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index e6c87c1..2ff4566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,10 +61,10 @@ exclude = # `pip install pyscaffoldext-custom-extension[PDF]` like: # PDF = ReportLab; RXP testing = - tox>=4.6.3 # required for system tests - pre-commit # required for system tests - setuptools_scm # required for system tests - virtualenv>=20.23.1 # required for system tests + tox # required for system tests + pre-commit # required for system tests + setuptools_scm # required for system tests + virtualenv # required for system tests configupdater pytest pytest-cov