mirror of
https://github.com/brmlab/brmbar.git
synced 2025-08-03 16:03:44 +02:00
refactor: Convert currency tests to pytest and run in Docker
This commit is contained in:
parent
8983ae13bf
commit
0789cb89ea
4 changed files with 104 additions and 76 deletions
|
@ -4,6 +4,7 @@ FROM debian:bookworm-slim
|
|||
RUN apt-get update && apt-get install -y \
|
||||
python3 \
|
||||
python3-psycopg2 \
|
||||
python3-pytest \
|
||||
postgresql \
|
||||
postgresql-client \
|
||||
sudo \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue