Skip to content

Commit

Permalink
[#2424] Upgrade django-setup-configuration to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Jul 18, 2024
1 parent f912a13 commit 5b4d46d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
name: ${{ matrix.test-type }}
path: .coverage*

upload_coverage:
needs: tests
name: Upload coverage information to codecov
Expand Down Expand Up @@ -183,9 +183,6 @@ jobs:
DB_PASSWORD: ''
E2E_DRIVER: ${{ matrix.browser }}

#
# Docs
#
docs:
name: Build and check documentation
runs-on: ubuntu-latest
Expand All @@ -206,26 +203,6 @@ jobs:
export OPENSSL_CONF=$(pwd)/openssl.conf
pytest check_sphinx.py -v --tb=auto
working-directory: docs

setup-config-docs:
name: Check that documentation for configuration steps is up-to-date
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up backend environment
uses: maykinmedia/setup-django-backend@v1
with:
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gettext libgdal-dev gdal-bin graphviz'
python-version: '3.11'
setup-node: 'no'

- name: Build docs for django-setup-configuration steps
run: |
python src/manage.py generate_config_docs --dry-run
#
# Docker
#
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ django-sessionprofile==1.0
# via
# -r requirements/base.in
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via -r requirements/base.in
django-simple-certmanager==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ django-sessionprofile==1.0
# -c requirements/base.txt
# -r requirements/base.txt
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ django-sessionprofile==1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 5b4d46d

Please sign in to comment.