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 parsing requirement where a variable follows an operator without a space #2273

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Mar 7, 2024

Fix parsing pytest;'4.0'>=python_version, where previously the operator and the variable were incorrectly tokenized as one invalid operator.

Fixes #2247

@konstin konstin added the bug Something isn't working label Mar 7, 2024
…a space

Fix parsing `pytest;'4.0'>=python_version`, where previously the operator and the variable were incorrectly tokenized as on invalid operator.

Fixes #2247
@konstin konstin force-pushed the konsti/fix-parsing-req-variable-after-op-no-space branch from 93ee7d4 to 70f45a3 Compare March 7, 2024 12:12
@konstin konstin enabled auto-merge (squash) March 7, 2024 12:13
@konstin konstin merged commit 953a13f into main Mar 7, 2024
7 checks passed
@konstin konstin deleted the konsti/fix-parsing-req-variable-after-op-no-space branch March 7, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markers (incorrectly?) require the variable to be to the left of the operator
1 participant