Skip to content

Commit

Permalink
Fix typo in test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 20, 2024
1 parent 178ea2f commit 80c4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def test_extra_str_normalization(self):
assert str(Marker(rhs)) == f'extra == "{normalized_name}"'

def test_python_full_version_untagged_user_provided(self):
"""A user-provider python_full_version ending with a + fails to parse."""
"""A user-provided python_full_version ending with a + fails to parse."""
with pytest.raises(InvalidVersion):
Marker("python_full_version < '3.12'").evaluate(
{"python_full_version": "3.11.1+"}
Expand Down

0 comments on commit 80c4f00

Please sign in to comment.