Remove tox <1.6 workaround 11/23611/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 30 Jun 2015 20:20:48 +0000 (16:20 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 30 Jun 2015 20:21:15 +0000 (16:21 -0400)
With https://git.opendaylight.org/gerrit/23610 merged we no longer need
this workaround.

Change-Id: I96d4f02839a802200f2e4b924e173d533e6e3cb9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
test/setup.py [deleted file]
test/tox.ini

diff --git a/test/setup.py b/test/setup.py
deleted file mode 100644 (file)
index a58801c..0000000
+++ /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')
index dee125dbe19fe1bd1f84f3c85d87a6a54bb6a385..78dc42860f1afde137006d9b022ae2340e66ac7a 100644 (file)
@@ -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