Skip to content

Commit

Permalink
Fix python-less-than-current (#220)
Browse files Browse the repository at this point in the history
We ignore upper bounds in the requires-python of dependencies, so this
test should now pass.
  • Loading branch information
konstin authored Sep 4, 2024
1 parent be17468 commit 58b4328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenarios/requires-python.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
}
},
"expected": {
"satisfiable": false
"satisfiable": true,
"explanation": "We ignore the upper bound on Python requirements"
}
},
{
Expand Down

0 comments on commit 58b4328

Please sign in to comment.