Remove venv for stubtest stdlib (#10259)

This commit is contained in:
Shantanu
2023-06-04 14:35:40 -07:00
committed by GitHub
parent cf25698325
commit ef41a9ff1a
2 changed files with 46 additions and 64 deletions

View File

@@ -0,0 +1,5 @@
# Attempts to improve these stubs are probably not the best use of time:
# - distutils is deleted in Python 3.12 and newer
# - Most users already do not use stdlib distutils, due to setuptools monkeypatching
# - We have very little quality assurance on these stubs, since due to the two above issues
# we allowlist all distutils errors in stubtest.