Fix test requirements file name (#2245)

This commit is contained in:
Felix Hildén 2021-05-17 21:47:34 +03:00 committed by GitHub
parent 921c24af80
commit 7190d4f6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ from the cloned _Black_ repo. It will do the correct thing.
Non pipenv install works too: Non pipenv install works too:
```console ```console
$ pip install -r test_requirements $ pip install -r test_requirements.txt
$ pip install -e .[d] $ pip install -e .[d]
``` ```