Skip to content

Commit

Permalink
pycadf now supports Python3
Browse files Browse the repository at this point in the history
Adding pycadf back into the requirements file so that we can remove the
magic mocking.

bp python3

Change-Id: Id379ed4ea48bda903307568dde9fdc673a98e4e7
  • Loading branch information
dstanek committed Apr 29, 2015
1 parent e5b8b0f commit 871576d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion keystone/tests/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from unittest import mock # noqa: our import detection is naive?

sys.modules['oslo'].messaging = mock.Mock()
sys.modules['pycadf'] = mock.Mock()
sys.modules['paste'] = mock.Mock()

# NOTE(dstanek): oslo_i18n.enable_lazy() must be called before
Expand Down
3 changes: 1 addition & 2 deletions requirements-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ oauthlib>=0.6
pysaml2
dogpile.cache>=0.5.3
jsonschema>=2.0.0,<3.0.0
# pycadf tries to pull in eventlet
# pycadf>=0.6.0
pycadf>=0.8.0
posix_ipc

0 comments on commit 871576d

Please sign in to comment.