Adding upstream version 4.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f14fad9bf
commit
be6a09053d
14 changed files with 456 additions and 36 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -67,10 +67,6 @@ jobs:
|
|||
|
||||
psql -h localhost -U postgres -p 6432 pgbouncer -c 'show help'
|
||||
|
||||
- name: Install beta version of pendulum
|
||||
run: pip install pendulum==3.0.0b1
|
||||
if: matrix.python-version == '3.12'
|
||||
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install -U pip setuptools
|
||||
|
@ -89,7 +85,7 @@ jobs:
|
|||
run: behave tests/features --no-capture
|
||||
|
||||
- name: Check changelog for ReST compliance
|
||||
run: rst2html.py --halt=warning changelog.rst >/dev/null
|
||||
run: docutils --halt=warning changelog.rst >/dev/null
|
||||
|
||||
- name: Run Black
|
||||
run: black --check .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue