Skip to content

Commit 44b8a8e

Browse files
authored
fix: clean up nox sessions to uniformly displays package versions for debug purposes (#777)
* specify a particular version of bigquery to debug * fix: updates noxfile to cleanup debugging code * Update noxfile.py
1 parent 53a4683 commit 44b8a8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

noxfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,16 +527,10 @@ def prerelease_deps(session):
527527
"requests",
528528
]
529529
session.install(*other_deps)
530-
session.run("python", "-m", "pip", "freeze")
531530

532531
# Print out package versions.
533532
session.run("python", "-m", "pip", "freeze")
534533

535-
session.run(
536-
"python", "-c", "import google.protobuf; print(google.protobuf.__version__)"
537-
)
538-
session.run("python", "-c", "import grpc; print(grpc.__version__)")
539-
540534
session.run("py.test", "tests/unit")
541535

542536
system_test_path = os.path.join("tests", "system.py")

0 commit comments

Comments
 (0)