Skip to content

Commit

Permalink
Really run the CPickleCache tests by returning the correct thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 19, 2018
1 parent 0e3366a commit 58812f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistent/tests/test_picklecache.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def skipIfPurePython(o):
return unittest.skipIf(
persistent._compat.PURE_PYTHON,
"Cannot mix and match implementations"
)
)(o)

class PickleCacheTests(unittest.TestCase):

Expand Down

0 comments on commit 58812f4

Please sign in to comment.