]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove nose requirement from documentation
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 3 Jan 2021 16:23:44 +0000 (17:23 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 3 Jan 2021 16:23:44 +0000 (17:23 +0100)
.github/workflows/ci-tests.yml
docs/develop/Development-Environment.md

index cbb7aa6cc0db52b46959f51a1a4755100dcf7173..3daf6ccc49b034ca5ffa01654897e7662de9bbde 100644 (file)
@@ -48,7 +48,7 @@ jobs:
             - name: Install test prerequsites
               run: |
                    sudo apt-get install -y -qq php-codesniffer python3-tidylib
-                   sudo pip3 install behave nose
+                   sudo pip3 install behave
 
             - name: PHP linting
               run: phpcs --report-width=120 .
index f0c36ba3f2d3a3d45e6c8228e74e56a6a0a71b3b..b5e5ceba6d40068099a58eed359209c86e28ddee 100644 (file)
@@ -29,7 +29,6 @@ The Nominatim test suite consists of behavioural tests (using behave) and
 unit tests (using PHPUnit). It has the following additional requirements:
 
 * [behave test framework](https://behave.readthedocs.io) >= 1.2.5
-* [nose](https://nose.readthedocs.io)
 * [phpunit](https://phpunit.de) >= 7.3
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
 
@@ -49,7 +48,7 @@ To install all necessary packages run:
 sudo apt install php-cgi phpunit php-codesniffer \
                  python3-pip python3-setuptools python3-dev
 
-pip3 install --user behave nose mkdocs
+pip3 install --user behave mkdocs
 ```
 
 The `mkdocs` executable will be located in `.local/bin`. You may have to add