From 58b43281560d75d874a7306666f4b4b230f6a767 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 4 Sep 2024 17:51:04 +0200 Subject: [PATCH] Fix python-less-than-current (#220) We ignore upper bounds in the requires-python of dependencies, so this test should now pass. --- scenarios/requires-python.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenarios/requires-python.json b/scenarios/requires-python.json index 20289985..5f1ddb59 100644 --- a/scenarios/requires-python.json +++ b/scenarios/requires-python.json @@ -41,7 +41,8 @@ } }, "expected": { - "satisfiable": false + "satisfiable": true, + "explanation": "We ignore the upper bound on Python requirements" } }, {