From 9f2b840b218b6f46ede9d75b3c79db1042b433dd Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 29 Dec 2021 13:17:53 -0500 Subject: [PATCH] Unset VIRTUALENV_NO_SETUPTOOLS for ci_setuptools because pytest-virtualenv can't install without it. Ref man-group/pytest-plugins#190 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcd8b901a7..e404559be8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,6 @@ on: [push, pull_request] env: # pypa/distutils#99 VIRTUALENV_NO_SETUPTOOLS: 1 - PIP_USE_PEP517: 1 jobs: test: @@ -93,6 +92,8 @@ jobs: run: | cd integration/setuptools tox + env: + VIRTUALENV_NO_SETUPTOOLS: null release: needs: test