Skip to content

Commit

Permalink
Modify line breaks for patch test (#221)
Browse files Browse the repository at this point in the history
For whatever reason this is confusing Clippy on 1.81.
  • Loading branch information
charliermarsh authored Sep 9, 2024
1 parent 58b4328 commit d512247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scenarios/fork/requires-python-patch-overlap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ patch version will not result in excluded a dependency specification
with a `python_version == '3.10'` marker.
This is a regression test for the universal resolver where it would
convert a `Requires-Python: >=3.10.1` specifier into a `python_version
>= '3.10.1'` marker expression, which would be considered disjoint
with `python_version == '3.10'`. Thus, the dependency `a` below was
erroneously excluded. It should be included.
convert a `Requires-Python: >=3.10.1` specifier into a
`python_version >= '3.10.1'` marker expression, which would be
considered disjoint with `python_version == '3.10'`. Thus, the
dependency `a` below was erroneously excluded. It should be included.
'''

[resolver_options]
Expand Down

0 comments on commit d512247

Please sign in to comment.