Skip to content

Commit

Permalink
tests: fix constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and neersighted committed Sep 3, 2022
1 parent a2cd707 commit b34cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b34cf21

Please sign in to comment.