Skip to content

Commit

Permalink
Merge pull request #1367 from gnocchixyz/mergify/bp/stable/4.6/pr-1347
Browse files Browse the repository at this point in the history
Unpin pyparsing (backport #1347)
  • Loading branch information
tobias-urdin authored Dec 21, 2023
2 parents 561af3c + a565df6 commit 75a87ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ tests:
$.code: 400
$.description.cause: "Invalid operations"
$.description.reason: "/^Fail to parse the operations string/"
$.description.detail: /^Expected \'\)\', found end of text \(at char 15\), \(line:1, col:16\)/
# TODO(tobias-urdin): Reenable this when https://github.com/pyparsing/pyparsing/issues/504 is fixed
#$.description.detail: /^Expected \'\)\', found end of text \(at char 15\), \(line:1, col:16\)/

- name: get invalid metric operations
POST: /v1/aggregates
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ install_requires =
Paste
PasteDeploy
daiquiri
# TODO(tobias-urdin): Evaluate unpin later
# https://github.com/pyparsing/pyparsing/issues/504
pyparsing>=2.2.0,<3.1.0
pyparsing>=2.2.0
lz4>=0.9.0
tooz>=1.38
cachetools
Expand Down

0 comments on commit 75a87ea

Please sign in to comment.