diff --git a/apitools/base/py/list_pager_test.py b/apitools/base/py/list_pager_test.py index 9843107d..32dfea63 100644 --- a/apitools/base/py/list_pager_test.py +++ b/apitools/base/py/list_pager_test.py @@ -192,7 +192,6 @@ def testYieldFromListBatchSizeNone(self): self._AssertInstanceSequence(results, 5) - def testYieldFromListEmpty(self): self.mocked_client.column.List.Expect( messages.FusiontablesColumnListRequest( diff --git a/setup.py b/setup.py index 2ebef1e6..c0ab0b84 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ if py_version < '2.7': REQUIRED_PACKAGES.append('argparse>=1.2.1') -_APITOOLS_VERSION = '0.5.21' +_APITOOLS_VERSION = '0.5.22' with open('README.rst') as fileobj: README = fileobj.read()