di / pip-api

An unofficial, importable pip API
https://pypi.org/p/pip-api
Apache License 2.0
110 stars 15 forks source link

tox, tests: drop virtualenv dependency #231

Closed woodruffw closed 1 month ago

woodruffw commented 1 month ago

WIP, drafting while I make sure this works as expected.

This can be done using the stdlib's venv, which should save a decent bit of CI standup time (fewer things to install per runner).