Skip to content

Commit

Permalink
chore(bigquery): remove duplicate test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Oct 22, 2019
1 parent c6ecf19 commit 0e0fcfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bigquery/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def system(session):
for local_dep in LOCAL_DEPS:
session.install("-e", local_dep)
session.install("-e", os.path.join("..", "storage"))
session.install("-e", os.path.join("..", "test_utils"))
session.install("-e", ".[all]")

# IPython does not support Python 2 after version 5.x
Expand Down Expand Up @@ -116,7 +115,6 @@ def snippets(session):
for local_dep in LOCAL_DEPS:
session.install("-e", local_dep)
session.install("-e", os.path.join("..", "storage"))
session.install("-e", os.path.join("..", "test_utils"))
session.install("-e", ".[all]")

# Run py.test against the snippets tests.
Expand Down

0 comments on commit 0e0fcfb

Please sign in to comment.