Skip to content

Conversation

@stefanvanburen
Copy link
Member

Comment on lines -25 to +35
"protobuf>=5",
"cel-python==0.2.*",
# We need at least this version, which started publishing wheels for Python 3.14.
# Ref: https://github.com/google/re2/issues/580
"google-re2>=1.1.20251105; python_version == '3.14'",
# We need at least this version, which started publishing wheels for Python 3.13.
# Ref: https://github.com/google/re2/issues/516
"google-re2>=1.1.20250722; python_version == '3.13'",
# 1.1 started supporting 3.12.
"google-re2>=1.1; python_version == '3.12'",
"google-re2>=1",
"protobuf>=5",
"cel-python==0.2.*",
# We need at least this version, which started publishing wheels for Python 3.14.
# Ref: https://github.com/google/re2/issues/580
"google-re2>=1.1.20251105; python_version == '3.14'",
# We need at least this version, which started publishing wheels for Python 3.13.
# Ref: https://github.com/google/re2/issues/516
"google-re2>=1.1.20250722; python_version == '3.13'",
# 1.1 started supporting 3.12.
"google-re2>=1.1; python_version == '3.12'",
"google-re2>=1",
Copy link
Member Author

Choose a reason for hiding this comment

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

we had some two space, four space, and tab indentation in this file; just making it all two spaces.


[tool.pytest.ini_options]
[tool.pytest]
strict = true
Copy link
Member Author

Choose a reason for hiding this comment

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

enabling strict = true meant that the parameterization ids for the test changed above were not unique, so I switched those to use subtests instead.

Co-authored-by: Adrien <avannson@buf.build>
@stefanvanburen stefanvanburen merged commit 0b07147 into main Jan 29, 2026
12 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/pytest branch January 29, 2026 13:46
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.

3 participants