From c4baa15b3b5f750951e91a4fb940e2c2467b490a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Fri, 23 Oct 2020 14:47:02 +0200 Subject: [PATCH] Updated test README file This patch updates the README Test file for python3. --- test/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README b/test/README index a02e3b9..c7d9f33 100644 --- a/test/README +++ b/test/README @@ -10,9 +10,9 @@ How to run the tests folder structure. So don't use a real used account here... - go to the top level dir (one above this one) and execute: - 'python setup.py test' + 'python3 setup.py test' System requirements =================== -This test suite depend on python>=2.7 to run out of the box. If you want to run this with python 2.6 you will need to install the backport from http://pypi.python.org/pypi/unittest2 instead. \ No newline at end of file +This test suite depend on python 3 to run out of the box.