Disable the _distutils_hack in newer setuptools (#76600)

* Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own.

ci_complete

* re-throw blanket

(cherry picked from commit fa617fcd7b)
pull/76696/head
Sloane Hertel 3 years ago committed by Matt Clay
parent 964bc8bf10
commit 03b7db736c

@ -10,3 +10,5 @@
pip: # no py36-paramiko package exists for FreeBSD 11
name: paramiko
extra_args: "-c {{ remote_constraints }}"
environment:
SETUPTOOLS_USE_DISTUTILS: stdlib

@ -4,3 +4,5 @@
pip: # no python3-paramiko package exists for RHEL 8
name: paramiko
extra_args: "-c {{ remote_constraints }}"
environment:
SETUPTOOLS_USE_DISTUTILS: stdlib

Loading…
Cancel
Save