Skip to content

Skip another pickle test if dill isn't installed.#48

Merged
derek73 merged 1 commit intoderek73:masterfrom
EdwardBetts:patch-3
Mar 24, 2016
Merged

Skip another pickle test if dill isn't installed.#48
derek73 merged 1 commit intoderek73:masterfrom
EdwardBetts:patch-3

Conversation

@EdwardBetts
Copy link
Contributor

Fixes this test failure when dill isn't installed:

ERROR: test_config_pickle (__main__.HumanNamePythonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests.py", line 82, in test_config_pickle
    self.assertTrue(dill.pickles(C))
AttributeError: 'bool' object has no attribute 'pickles'

----------------------------------------------------------------------
Ran 261 tests in 0.150s

FAILED (errors=1, skipped=1, expected failures=11)

@derek73 derek73 merged commit 319a23d into derek73:master Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants