From 158df8f73cb2988031cd408939681d3ade443b2f Mon Sep 17 00:00:00 2001 From: DR695H Date: Sat, 4 May 2019 15:51:36 -0400 Subject: fix vcpeutils removed relative imports and using the preferred method of importing. use the open instead of file method to get files use the new pyaml method that specifies the loader use builtins.basestring for unicode and nonunicode comparison use the correct method to call the robot framework logger warn adding in unit tests for things to make sure they work Change-Id: I15da74ff66988ef2610ada3ae21a1c6104c26c35 Issue-ID: INT-1061 Signed-off-by: DR695H --- robotframework-onap/tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'robotframework-onap/tox.ini') diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini index d9a097f..bd1bff5 100644 --- a/robotframework-onap/tox.ini +++ b/robotframework-onap/tox.ini @@ -4,9 +4,8 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py36 +envlist = py27, py3 [testenv] commands = {envpython} setup.py test -deps = - +deps = \ No newline at end of file -- cgit 1.2.3-korg