Skip to content

Commit

Permalink
re-enable test_dynamic_module
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigofarnhamsc committed Jan 29, 2016
1 parent d8dd79f commit 5ff409c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cloudpickle_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ def test_module(self):
self.assertEqual(pickle, pickle_depickle(pickle))

def test_dynamic_module(self):
if True: return

mod = imp.new_module('mod')
code = '''
x = 1
Expand Down

0 comments on commit 5ff409c

Please sign in to comment.