mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/tests: use postgresql test database
This commit is contained in:
@ -13,10 +13,12 @@ USER root
|
||||
RUN apk --no-cache add \
|
||||
py3-pytest \
|
||||
py3-pytest-cov \
|
||||
postgresql \
|
||||
&& \
|
||||
pip3 install \
|
||||
--no-cache-dir \
|
||||
--disable-pip-version-check \
|
||||
pytest-pgsql \
|
||||
freezegun
|
||||
USER app
|
||||
ENV POSTGRES_HOST=x \
|
||||
|
Reference in New Issue
Block a user