From b7201013bcccb0b4993806c7dc20ff58c41740d6 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 20 Sep 2022 21:51:31 +0200 Subject: [PATCH] Remove duplicate command --- docs/contributing.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 3bb6068..c4f661d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -79,7 +79,7 @@ For many patches, it might suffice to just let CI run the tests. However, CI is slow, so you might want to run them locally too. For this, set up a virtualenv_ and run this inside of it:: - # install: + # Install development dependencies, including: # - vdirsyncer from the repo into the virtualenv # - stylecheckers (flake8) and code formatters (autopep8) make install-dev @@ -87,9 +87,6 @@ virtualenv_ and run this inside of it:: # Install git commit hook for some extra linting and checking pre-commit install - # Install development dependencies - make install-dev - Then you can run:: make test # The normal testsuite