Skip to content

Drop 'unittest2' dependency. - #2056

Merged
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:drop-unittest2
Aug 4, 2016
Merged

Drop 'unittest2' dependency.#2056
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:drop-unittest2

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

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'.
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 4, 2016
@tseavertseaver mentioned this pull request Aug 4, 2016
@dhermes

Copy link
Copy Markdown
Contributor

Woo-hoo!

ASIDE: Is unittest.mock backported to 2.7?

@dhermes

Copy link
Copy Markdown
Contributor

LGTM

@tseaver

Copy link
Copy Markdown
ContributorAuthor
$ 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:masterAug 4, 2016
@tseaver
tseaver deleted the drop-unittest2 branch August 4, 2016 18:37
@dhermesdhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.packagingtesting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tseaver@dhermes@daspecster@googlebot