From 8ecc4544b3747eb9be33153483b62c6441bd7c56 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 27 Aug 2015 21:37:24 +0500 Subject: [PATCH] enable console tests in PY3 --- tests/requirements-py3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index e37a2e68d..cac8da9b5 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -3,3 +3,6 @@ pytest-twisted pytest-cov testfixtures jmespath +# optional for shell wrapper tests +bpython +ipython