From b34cf21bff75e62b2e4ef90ac29b65643255e1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 3 Sep 2022 08:10:48 +0200 Subject: [PATCH] tests: fix constraint --- tests/console/commands/test_show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/console/commands/test_show.py b/tests/console/commands/test_show.py index ff8cebc2ce7..839c7d76055 100644 --- a/tests/console/commands/test_show.py +++ b/tests/console/commands/test_show.py @@ -1015,7 +1015,7 @@ def test_show_outdated_local_dependencies( "python-versions": "*", "checksum": [], "dependencies": { - "pendulum": "pendulum>=1.4.4", + "pendulum": ">=1.4.4", "cachy": {"version": ">=0.2.0", "extras": ["msgpack"]}, }, "source": {