Skip to content

Drop 'unittest2' dependency. #2056

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
Aug 4, 2016
Merged

Drop 'unittest2' dependency. #2056

merged 1 commit into from
Aug 4, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Aug 4, 2016

Now that we are off Python 2.6, we can just use the stdlib's 'unittest'.

Now that we are off Python 2.6, we can just use the stdlib's 'unittest'.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 4, 2016
@dhermes
Copy link
Contributor

dhermes commented Aug 4, 2016

Woo-hoo!

ASIDE: Is unittest.mock backported to 2.7?

@dhermes
Copy link
Contributor

dhermes commented Aug 4, 2016

LGTM

@tseaver
Copy link
Contributor Author

tseaver commented Aug 4, 2016

$ python2.7 -c "import unittest.mock"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named mock

@tseaver tseaver merged commit a54a0d4 into googleapis:master Aug 4, 2016
@tseaver tseaver deleted the drop-unittest2 branch August 4, 2016 18:37
@dhermes dhermes mentioned this pull request Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. packaging testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants