From 6851e807e7a9abefb64a39abd732189258d71d28 Mon Sep 17 00:00:00 2001 From: Derrick Gilland Date: Sat, 20 Jul 2024 22:34:31 -0400 Subject: [PATCH] build: add "download = true" option in tox config to ensure pip/wheel/setuptools are upgrade to their latest versions --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f783a51..3d9f5ac 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ python = [testenv] passenv = * +download = true extras = dev commands = {posargs:inv ci}