Skip to content

Commit 4e56723

Browse files
authored
Remove auth_check (#794)
* remove auth_check * remove pip cache
1 parent 0625aba commit 4e56723

2 files changed

Lines changed: 0 additions & 261 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: actions/setup-python@v4
1919
with:
2020
python-version: 3.13
21-
cache: "pip"
2221
# Some mapfiles are generated by scripts, but also committed to the repo.
2322
# Check for mismatches between committed files and script output.
2423
- name: Regenerate mapfiles and check for equality
@@ -44,18 +43,6 @@ jobs:
4443
echo CONNECTIONTYPE postgis > connection/$c.inc
4544
done
4645
python3 tools/make_indexjson.py *.map | jq . > /dev/null
47-
- name: Authorization checks
48-
run: |
49-
python3 -m pip install -r tools/requirements.txt
50-
# adresseerbare_objecten and bgt_inrichtingselementen can't be parsed
51-
# due to limitations in mappyfile.
52-
# The other excluded maps should be fixed. They have workarounds in
53-
# place to prevent access to restricted fields.
54-
python3 tools/auth_check.py -e \
55-
adresseerbare_objecten bgt_inrichtingselementen \
56-
bomen brk2 ondergrond ziektenplagenexotengroen \
57-
meldingen_huidige_jaar meldingen_vorige_jaar meldingen_indicatoren \
58-
monumenten hr handelsregister hr_kvk eigendommen_v2 erfpacht_v2
5946
6047
# Regression test. Asserts that we don't suffer from the MapServer 7.x
6148
# bounding box bug https://github.com/MapServer/MapServer/issues/6478.

tools/auth_check.py

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)