Commit 40535c7
BUG: oauth2client deprecated, use google-auth instead. (#39)
* BUG: oauth2client deprecated, use google-auth instead.
Remove the use of oauth2client and use google-auth library, instead.
See GH#37.
Rather than check for multiple versions of the libraries, use the
setup.py to specify compatible versions. I believe this is safe since
Pandas checks for the pandas_gbq package.
Since google-auth does not use the argparse module to override user
authentication flow settings, add a parameter to choose between the web
and console flow.
Addresses some eventual consistency issues in table/dataset listing in
the integration tests.
* MAINT: pandas.util.testing.assertRaises removed
This method was removed in
pandas-dev/pandas#16089 in favor of
pytest.raises.
* MAINT: pandas.util.testing.assert_equals removed
This method was removed in
pandas-dev/pandas#16017 in favor of
pytest.raises.
* DOC: add version tags for new auth_local_webserver params.
* CLN: share _test_imports between main module and tests
* TST: pin versions on 3.5 rather than 2.7.1 parent c6ad8e5 commit 40535c7
File tree
10 files changed
+321
-242
lines changed- packages/pandas-gbq
- ci
- docs/source
- pandas_gbq
- tests
10 files changed
+321
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments