remove nose requirement from documentation

This commit is contained in:
Sarah Hoffmann
2021-01-03 17:23:44 +01:00
parent 4ca7197826
commit 2ecec19df0
2 changed files with 2 additions and 3 deletions

View 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 .