1
0
Fork 0

Merging upstream version 4.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-09 08:29:34 +01:00
parent 7e05478097
commit 853c1070f9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 197 additions and 99 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
services:
postgres:
@ -77,12 +77,13 @@ jobs:
- name: Run unit tests
run: coverage run --source pgcli -m pytest
- name: Run integration tests
env:
PGUSER: postgres
PGPASSWORD: postgres
# - name: Run integration tests
# env:
# PGUSER: postgres
# PGPASSWORD: postgres
# TERM: xterm
run: behave tests/features --no-capture
# run: behave tests/features --no-capture
- name: Check changelog for ReST compliance
run: docutils --halt=warning changelog.rst >/dev/null