Skip to content

Commit 555d8d2

Browse files
committed
link to GH issue
1 parent ea73774 commit 555d8d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def default(session):
1919
session.install("mock", "pytest", "pytest-cov")
2020
session.install("-e", ".")
2121

22-
# Skip local auth tests on Travis.
22+
# Skip local auth tests on Travis
23+
# ref https://github.com/pydata/pandas-gbq/issues/189
2324
additional_args = list(session.posargs)
2425
if "TRAVIS_BUILD_DIR" in os.environ:
2526
additional_args = additional_args + ["-m", "not local_auth"]

0 commit comments

Comments
 (0)