move leveldb to tests/requirements-py3.txt

This commit is contained in:
Konstantin Lopuhin 2016-01-19 18:24:58 +03:00
parent 7ffcc58759
commit 4c84172840
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ pytest-twisted
pytest-cov
testfixtures
jmespath
leveldb
# optional for shell wrapper tests
bpython
ipython

View File

@ -42,7 +42,6 @@ deps =
-rrequirements-py3.txt
# Extras
Pillow
leveldb
-rtests/requirements-py3.txt
[testenv:py34]