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

feat(dev): enable gitpod development #238

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

miketheman
Copy link
Member

Use the initalization phase to install all of the Python versions
and run the tests on startup, making subsequent test runs faster.

Signed-off-by: Mike Fiedler miketheman@gmail.com

@miketheman
Copy link
Member Author

miketheman commented Apr 19, 2022

I don't think we have GitPod enabled on the pypa org yet, but this could be a starter on a simpler repo to demonstrate the desired behaviors.

Test this out with a URL like: https://gitpod.io/#https://github.com/pypa/readme_renderer/pull/238 (use your own personal GitHub auth).

Without Prebuilds enabled, it'll take some time to run all the init commands, but eventually completes and runs tox to prove a "clean slate" before the developer makes any changes.

We could also try to create our own custom Dockerfile instead, but that seemed like a heavier lift, since we'd have to push the image to DockerHub or another registry, etc.

Looking forward to your thoughts!

Use the initalization phase to install all of the Python versions
and run the tests on startup, making subsequent test runs faster.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@di di merged commit cb717bf into pypa:main Jun 30, 2022
@miketheman miketheman deleted the miketheman/gitpod branch June 30, 2022 21:02
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.

None yet

2 participants