chore: remove attrs from requirements-test.txt

It used to be necessary to fix the version of attrs when using pytest. This problem has been fixed now, so I removed it.
https://stackoverflow.com/a/58198754
This commit is contained in:
masahitojp 2021-01-19 00:11:51 +09:00 committed by Brian May
parent 65d437a9f8
commit bf7b4a6c34

View File

@ -1,5 +1,4 @@
-r requirements.txt
attrs==20.3.0
pytest==6.2.1
pytest-cov==2.10.1
flake8==3.8.4