summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-07-05 10:44:56 +1000
committerJamie Lennox <jamielennox@gmail.com>2016-07-05 10:52:34 +1000
commit41083a5ddae0a1dc1c897e17f7cc8b582a86a614 (patch)
tree5ed8021540e6199afdfc30288a78a5b015af3ef0 /tox.ini
parent29709a4aaf9f8851a11234380cc67285840f0216 (diff)
downloadkeystonemiddleware-41083a5ddae0a1dc1c897e17f7cc8b582a86a614.tar.gz
Remove oslo-incubator
Oslo-incubator has been deprecated. The only thing that we use from it is the memorycache which is hopefully going away soon. Copy this memorycache code into the _cache module so that we can refactor it as necessary without worrying about oslo-incubator. Involves some minor cleanups for pep8 fixes and making functions private. Change-Id: I7a19d4ded8b538b6ea02e4a08068c863705194a3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b89da99..56111b4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands = oslo_debug_helper {posargs}
# D203: 1 blank line required before class docstring (deprecated in pep257)
ignore = D100,D101,D102,D103,D104,D203
show-source = True
-exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
+exclude = .venv,.tox,dist,doc,*egg,build
[testenv:docs]
commands=