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

Misc fixes ahead of push to beta classification #30

Merged
merged 8 commits into from
Dec 5, 2020
Merged

Conversation

enpaul
Copy link
Owner

@enpaul enpaul commented Dec 4, 2020

Standardize language in logging messages
Move system version to constants

Fixes #3
When running 'poetry remove tox-poetry-installer' in the same env as
poetry is installed to, poetry will uninstall itself. This is, obviously,
not ideal.

This change makes poetry an optional dependency so that the plugin can be
installed (and uninstalled) alongside poetry in the same env without
breaking the poetry installation. The intention is that the plugin can be
installed with the 'poetry' extra when being installed to an isolated environment
where poetry is not otherwise available.

This is a mitigation of Issue #2 as an alternative to vendorization of the enitre
poetry project 😬
@enpaul enpaul added feature New feature or request roadmap-beta labels Dec 4, 2020
… envs

Add the _poetry submodule to support importing Poetry internals at runtime rather
than import time. This allows the plugin to be run, and either skipped or errored,
without crashing tox
@enpaul enpaul force-pushed the enp/cleanup branch 4 times, most recently from 3802af8 to be4331b Compare December 5, 2020 05:35
@enpaul enpaul force-pushed the enp/cleanup branch 3 times, most recently from 16debea to ea9a6b6 Compare December 5, 2020 19:03
Add caching for pip and poetry downloads to reduce runtime
Add pinned pip version
Add poetry installation of local project
Remove bare pip install for local project installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly integrate with Tox logging/reporter functionality
1 participant