Skip to content

Commit

Permalink
allow equal-signs in CFEP-25 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 24, 2024
1 parent 04d862f commit bd71f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_smithy/linter/hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def hint_noarch_python_use_python_min(
for section_name, syntax, report_syntax, reqs in [
(
"host",
r"python\s+{{ python_min }}",
r"python\s+=?=?{{ python_min }}",
"python {{ python_min }}",
host_reqs,
),
Expand All @@ -261,7 +261,7 @@ def hint_noarch_python_use_python_min(
),
(
"test.requires",
r"python\s+{{ python_min }}",
r"python\s+=?=?{{ python_min }}",
"python {{ python_min }}",
test_reqs,
),
Expand Down

0 comments on commit bd71f01

Please sign in to comment.