Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Oct 25, 2024
1 parent 6f64ddd commit 7ca1472
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 24 deletions.
10 changes: 10 additions & 0 deletions compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
amt-test:
build:
context: .
dockerfile: Dockerfile
target: test
image: ghcr.io/minbzk/amt-test:latest
env_file:
- path: prod.env
required: true
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ POSTGRES_PASSWORD=changethis
# Database viewer
PGADMIN_DEFAULT_PASSWORD=changethis
PGADMIN_DEFAULT_EMAIL=[email protected]

OIDC_CLIENT_ID=AMT
OIDC_CLIENT_SECRET=uIeFiKFazNEIbpJ3wzj0lZLLSJXefeld
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ liccheck = "^0.9.2"
authlib = "^1.3.2"
aiosqlite = "^0.20.0"
asyncpg = "^0.30.0"
nest-asyncio = "^1.6.0"


[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
nest-asyncio = "^1.6.0"
pytest-mock = "^3.14.0"
coverage = "^7.6.4"
playwright = "^1.47.0"
Expand Down

0 comments on commit 7ca1472

Please sign in to comment.