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

Fix dependency notes in tox.ini #2481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Apr 30, 2024

Fixes #24800

@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 30, 2024
@ocelotl ocelotl self-assigned this Apr 30, 2024
@ocelotl ocelotl requested a review from a team as a code owner April 30, 2024 15:38
@@ -100,9 +100,9 @@ envlist =
; py310 does not work with falcon 1
; The numbers at the end of the environment names
; below mean these dependencies are being used:
; 0: falcon ==1.4.1
; 1: falcon >=2.0.0,<3.0.0
; 2: falcon >=3.0.0,<4.0.0
Copy link
Member

Choose a reason for hiding this comment

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

I thought the goal of these comments was to preserve the actual range so when it comes time to upgrade the pinned version, we can make sure it meets this requirement?

; 2: Flask >=3.0.0 Werkzeug >=3.0.0
; 0: Flask==2.1.3 Werkzeug==2.3.8
; 1: Flask==2.2.0 Werkzeug==2.3.8
; 2: Flask==3.0.2 Werkzeug==3.0.1
Copy link
Member

Choose a reason for hiding this comment

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

I'm a bit confused what's going on here. This version constraint is impossible to fulfill

How did we get here? 😅

@@ -116,9 +116,9 @@ envlist =
; opentelemetry-instrumentation-flask
; The numbers at the end of the environment names
; below mean these dependencies are being used:
; 0: Flask ==2.1.3 Werkzeug <3.0.0
; 1: Flask ==2.2.0 Werkzeug <3.0.0
; 2: Flask >=3.0.0 Werkzeug >=3.0.0
Copy link
Member

Choose a reason for hiding this comment

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

These are the same number, something went wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants