Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2016
Merged

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

merged 1 commit into from
Mar 24, 2016

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