Skip to content

Commit

Permalink
remove Namespace, which doesn't play nice with simplejson
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 25, 2013
1 parent c25a28d commit 474ee4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 202 deletions.
5 changes: 0 additions & 5 deletions master/buildbot/test/__init__.py
Expand Up @@ -19,11 +19,6 @@
from buildbot import monkeypatches
monkeypatches.patch_all(for_tests=True)

# we set pedantic mode for the unit tests
# which will ensure that it is always json-able
from buildbot.util import namespace
namespace.pedantic = True

# import mock so we bail out early if it's not installed
try:
import mock
Expand Down
108 changes: 0 additions & 108 deletions master/buildbot/test/unit/test_util_namespace.py

This file was deleted.

89 changes: 0 additions & 89 deletions master/buildbot/util/namespace.py

This file was deleted.

0 comments on commit 474ee4f

Please sign in to comment.