[go: nahoru, domu]

Skip to content

Commit

Permalink
Upgrade biothings api including notifiers fix (#149)
Browse files Browse the repository at this point in the history
* Upgrade biothings api including notifiers fix

* Fix tests.

* Upgrade biothings.api fixing pytest 'Set' issue on python 3.7 and 3.8
  • Loading branch information
everaldorodrigo committed Jun 28, 2024
1 parent b3f8275 commit cbf4414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements_web.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Use this instead to test the latest fixes on 0.12.x branch before official release
# git+https://github.com/biothings/biothings.api@0.12.x#egg=biothings[web_extra]

biothings[web_extra]==0.12.4
# biothings[web_extra]==0.12.4
# Fixes from 0.12.x up to 2024-06-14 (include notifiers fix)
git+https://github.com/biothings/biothings.api@f33525e0c5b90c41db82c799e2a923ea5e976049#egg=biothings[web_extra]
2 changes: 1 addition & 1 deletion src/tests/app_tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
del CONFIG_FILE_NAME

# override default
ES_HOST = 'localhost:9200'
ES_HOST = 'http://localhost:9200'
ES_INDEX = 'mygene_test'

0 comments on commit cbf4414

Please sign in to comment.