Browse Source
Remove unused dependencies in tox.ini file #nolog
pull/599/head
Miguel Grinberg
4 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with
0 additions and
2 deletions
-
tox.ini
|
|
@ -16,11 +16,9 @@ commands= |
|
|
|
deps= |
|
|
|
pytest |
|
|
|
pytest-cov |
|
|
|
mock |
|
|
|
|
|
|
|
[testenv:flake8] |
|
|
|
deps= |
|
|
|
six |
|
|
|
flake8 |
|
|
|
commands= |
|
|
|
flake8 --exclude=".*" --ignore=W503,E402,E722 socketio tests |
|
|
|