Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Drop unittest2 dependency #610

Merged
merged 1 commit into from
Aug 11, 2016
Merged

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 11, 2016

No longer needed since Python 2.6 support has been dropped.

Fixes #609

/cc @pferate

try:
import argparse
except ImportError: # pragma: NO COVER
raise unittest2.SkipTest('argparase unavailable.')

This comment was marked as spam.

@nathanielmanistaatgoogle
Copy link
Contributor

I'm satisfied. @jonparrott: will you be taking a look?

@@ -25,11 +25,11 @@
import stat
import tempfile
import warnings
import unittest

This comment was marked as spam.

This comment was marked as spam.

@pferate
Copy link
Contributor

pferate commented Aug 11, 2016

LGTM, other than a couple minor flake8 errors. I saw some other imports errors that I will resolve in a separate PR, since it's outside the scope of this one.

No longer needed since Python 2.6 support has been dropped.
@dhermes dhermes merged commit b7f3eca into googleapis:master Aug 11, 2016
@dhermes dhermes deleted the drop-unittest2 branch August 11, 2016 15:21
@dhermes
Copy link
Contributor Author

dhermes commented Aug 11, 2016

@nathanielmanistaatgoogle I don't think @jonparrott will mind not reviewing this mindless change. FWIW I assign both of you just to reach one of you (and here I knew @pferate was interested as well).

@theacodes
Copy link
Contributor

I didn't mind not reviewing it. As long as the test god is pleased.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants