summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/test_access_control.py2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/test_access_control.py b/test/functional/test_access_control.py
index 0aa746f51..76b3400c4 100644
--- a/test/functional/test_access_control.py
+++ b/test/functional/test_access_control.py
@@ -15,7 +15,7 @@
# limitations under the License.
import unittest
-from urlparse import urlparse, urlunparse
+from six.moves.urllib.parse import urlparse, urlunparse
import uuid
from random import shuffle
diff --git a/tox.ini b/tox.ini
index ec08549c2..70e40aad9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,6 +48,7 @@ commands = ./.functests {posargs}
basepython = python3
commands =
nosetests {posargs: \
+ test/functional/test_access_control.py \
test/functional/test_domain_remap.py \
test/functional/test_object.py \
test/functional/test_staticweb.py \