Skip to content

Commit

Permalink
Upgrade tests to use schema 27 test database
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed May 20, 2022
1 parent 297351a commit d0efdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redis>=3.5,<4.0
msgpack==0.5.6
requests>=2.23.0
SQLAlchemy>=1.3.16
mbdata==25.0.4
git+https://github.com/amCap1712/mbdata.git@upstream-schema-changes#egg=mbdata
sqlalchemy-dst>=1.0.1
importlib-metadata>=3.10.0
itsdangerous==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
image: redis:3.2.1

musicbrainz_db:
image: metabrainz/brainzutils-mb-sample-database:schema-26-2022-05-10.0
image: metabrainz/brainzutils-mb-sample-database:schema-27-2022-05-20.0
environment:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
Expand Down

0 comments on commit d0efdde

Please sign in to comment.