-
Notifications
You must be signed in to change notification settings - Fork 34
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
Enable Upstream Testing #171
Conversation
|
This comment was marked as resolved.
This comment was marked as resolved.
Nautobot minimum version was not the same across all files, updated to match.
Also disable the upstream_testing during pushes per comment.
Tried to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Bryan for fixing the CI and improving the process! Hopefully in the future we can just use poetry instead of the pip install with constraints.
Until something like this comes in: python-poetry/poetry#7051 I don't think we can go all-in for Poetry for this use case. We need to test a package within an environment of already installed packages. We don't need to be hand-crafting multiple lock files or |
Closes: #DNE
What's Changed
pyproject.toml
TODO