Merge pull request 'Fixed broken populate flag' (#46) from Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 25s
checks / test (pull_request) Successful in 1m12s
checks / test (push) Successful in 1m11s
assets1 / test (push) Successful in 23s
checks-impure / test (pull_request) Successful in 25s

Reviewed-on: #46
This commit was merged in pull request #46.
This commit is contained in:
2024-01-10 14:19:13 +01:00

View File

@@ -123,7 +123,7 @@ def start_server(args: argparse.Namespace) -> None:
import subprocess
cmd = ["pytest", "-s", "-n0", str(test_db_api)]
cmd = ["pytest", "-s", str(test_db_api)]
subprocess.run(cmd, check=True)
uvicorn.run(