X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3c7519444867cd9c6b3003c4c88729df21b8c265..2ecec19df0687196d0df96f4f40c1e097fba5e15:/docs/develop/Development-Environment.md diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index f0c36ba3..b5e5ceba 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -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