]> git.openstreetmap.org Git - nominatim.git/commitdiff
add typing information for pygments to requirements
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 12 Feb 2023 09:17:08 +0000 (10:17 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 14 Feb 2023 10:58:08 +0000 (11:58 +0100)
.github/workflows/ci-tests.yml
docs/develop/Development-Environment.md

index 76054d6a9406bb3d5037fa55f102a3c8b4b2e48e..7dfb3f1d34b0b677940abf7695986fcd87070001 100644 (file)
@@ -140,7 +140,7 @@ jobs:
               working-directory: Nominatim/test/bdd
 
             - name: Install mypy and typechecking info
-              run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson typing-extensions
+              run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson types-Pygments typing-extensions
               if: matrix.flavour != 'oldstuff'
 
             - name: Python static typechecking
index 7284e99ef1390593208db2a91066e77c454317e2..3234b8cbf3124574591b662606a406d7b75d27e3 100644 (file)
@@ -65,7 +65,7 @@ sudo apt install php-cgi phpunit php-codesniffer \
 
 pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \
                     mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \
-                    types-ujson types-requests typing-extensions\
+                    types-ujson types-requests types-Pygments typing-extensions\
                     sanic-testing httpx asgi-lifespan
 ```