We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73774 commit 555d8d2Copy full SHA for 555d8d2
nox.py
@@ -19,7 +19,8 @@ def default(session):
19
session.install("mock", "pytest", "pytest-cov")
20
session.install("-e", ".")
21
22
- # Skip local auth tests on Travis.
+ # Skip local auth tests on Travis
23
+ # ref https://github.com/pydata/pandas-gbq/issues/189
24
additional_args = list(session.posargs)
25
if "TRAVIS_BUILD_DIR" in os.environ:
26
additional_args = additional_args + ["-m", "not local_auth"]
0 commit comments