Commit b34cf21b by Randy Döring Committed by Bjorn Neergaard

tests: fix constraint

parent a2cd7070
...@@ -1015,7 +1015,7 @@ def test_show_outdated_local_dependencies( ...@@ -1015,7 +1015,7 @@ def test_show_outdated_local_dependencies(
"python-versions": "*", "python-versions": "*",
"checksum": [], "checksum": [],
"dependencies": { "dependencies": {
"pendulum": "pendulum>=1.4.4", "pendulum": ">=1.4.4",
"cachy": {"version": ">=0.2.0", "extras": ["msgpack"]}, "cachy": {"version": ">=0.2.0", "extras": ["msgpack"]},
}, },
"source": { "source": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment