Skip to content

Commit

Permalink
Merge pull request #2090 from chrysle/fix-ci
Browse files Browse the repository at this point in the history
Make version specifier syntax in test packages index PEP 440-compliant
  • Loading branch information
webknjaz committed May 10, 2024
2 parents cc3f212 + 1047e29 commit 6209efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_data/fake-index.json
Expand Up @@ -23,11 +23,11 @@
},
"celery": {
"3.1.18": {
"": ["kombu<3.1,>=3.0.25", "pytz>dev", "billiard<3.4,>=3.3.0.20"]
"": ["kombu<3.1,>=3.0.25", "pytz>0.dev.0", "billiard<3.4,>=3.3.0.20"]
},
"3.1.23": { "": ["kombu>=3.0.34,<4", "pytz>dev", "billiard>=3.3.0.23"] },
"3.1.23": { "": ["kombu>=3.0.34,<4", "pytz>0.dev.0", "billiard>=3.3.0.23"] },
"4.0.2": {
"": ["kombu<5.0,>=4.0.2", "pytz>dev", "billiard<3.6.0,>=3.5.0.2"]
"": ["kombu<5.0,>=4.0.2", "pytz>0.dev.0", "billiard<3.6.0,>=3.5.0.2"]
}
},
"click": {
Expand Down

0 comments on commit 6209efd

Please sign in to comment.