Compare commits

..

No commits in common. "01fd954252721782cadc9a57fc891a32e22149b0" and "51b28dcdc3b5a040d406a867dbbaa0d318619498" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View File

@ -134,14 +134,8 @@ test:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables: variables:
DATABASE: sqlite:///../app/db.sqlite DATABASE: sqlite:///../app/db.sqlite
parallel:
matrix:
- REQUIREMENTS:
- requirements.txt
- .DEBIAN/requirements-bookworm-12.txt
- .DEBIAN/requirements-ubuntu-23.04.txt
before_script: before_script:
- pip install -r $REQUIREMENTS - pip install -r requirements.txt
- pip install pytest httpx - pip install pytest httpx
- mkdir -p app/cert - mkdir -p app/cert
- openssl genrsa -out app/cert/instance.private.pem 2048 - openssl genrsa -out app/cert/instance.private.pem 2048

View File

@ -104,8 +104,8 @@ volumes:
## Debian/Ubuntu/macOS (manual method using `git clone` and python virtual environment) ## Debian/Ubuntu/macOS (manual method using `git clone` and python virtual environment)
Tested on `Debian 11 (bullseye)`, `Debian 12 (bookworm)` and `macOS Ventura (13.6)`, Ubuntu may also work. Tested on `Debian 11 (bullseye)` and `macOS Ventura (13.6)`, Ubuntu may also work. **Please note that setup on macOS
**Please note that setup on macOS differs from Debian based systems.** differs from Debian based systems.**
**Make sure you are logged in as root.** **Make sure you are logged in as root.**