tox-envlist is not needed to run tests.
tox version pin is too strict.

--- pyproject-examples-2023.6.30/tox.ini.orig
+++ pyproject-examples-2023.6.30/tox.ini
@@ -21,8 +21,6 @@
 isolated_build = True
 requires =
     pip>=21,!=22.2
-    tox-envlist>=0.2.1
-    tox~=3.0
     virtualenv!=20.16.0
 
 [envlists]