From 9b8c5a291aeb6f9272f088188b93347f571216ed Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 30 Jun 2015 16:20:48 -0400 Subject: [PATCH] Remove tox <1.6 workaround With https://git.opendaylight.org/gerrit/23610 merged we no longer need this workaround. Change-Id: I96d4f02839a802200f2e4b924e173d533e6e3cb9 Signed-off-by: Thanh Ha --- test/setup.py | 6 ------ test/tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 test/setup.py diff --git a/test/setup.py b/test/setup.py deleted file mode 100644 index a58801cc..00000000 --- a/test/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -# Workaround for tox missing parameter 'skipsdist=true' which was not -# introduced until tox 1.6.0 - -import setuptools - -setuptools.setup(name='integration-tests') diff --git a/test/tox.ini b/test/tox.ini index dee125db..78dc4286 100644 --- a/test/tox.ini +++ b/test/tox.ini @@ -1,7 +1,7 @@ [tox] -#minversion=1.6.0 +minversion=1.6.0 envlist = pep8 -#skipsdist = true # Command only available in tox 1.6.0 +skipsdist = true [testenv:pep8] deps = flake8 -- 2.36.6