Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tox, tests: drop virtualenv dependency #231

Merged
merged 4 commits into from
Aug 2, 2024
Merged

tox, tests: drop virtualenv dependency #231

merged 4 commits into from
Aug 2, 2024

Conversation

woodruffw
Copy link
Collaborator

@woodruffw woodruffw commented Aug 2, 2024

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).

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) as well
as test time (venv allows creation without
`pip`, meaning that the test env doesn't need
to first uninstall and then reinstall).

Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw self-assigned this Aug 2, 2024
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
@woodruffw woodruffw marked this pull request as ready for review August 2, 2024 17:50
@woodruffw woodruffw requested a review from di August 2, 2024 17:52
Copy link
Owner

@di di left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brave of you to wade into the testing setup here! LGTM with one nit

venv is now temp_venv

Signed-off-by: William Woodruff <[email protected]>
@di di merged commit 3e8221c into master Aug 2, 2024
346 checks passed
@di di deleted the ww/use-venv branch August 2, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants