From 4c8417284062af7fe1c0107a0fcfdd377424dc50 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Tue, 19 Jan 2016 18:24:58 +0300 Subject: [PATCH] move leveldb to tests/requirements-py3.txt --- tests/requirements-py3.txt | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index a709a734e..5cf786a89 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -3,6 +3,7 @@ pytest-twisted pytest-cov testfixtures jmespath +leveldb # optional for shell wrapper tests bpython ipython diff --git a/tox.ini b/tox.ini index 874a22ee2..eae7e8e47 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,6 @@ deps = -rrequirements-py3.txt # Extras Pillow - leveldb -rtests/requirements-py3.txt [testenv:py34]