Skip to content

Commit

Permalink
test: add pip freeze to several sessions in the noxfile to aid in t…
Browse files Browse the repository at this point in the history
…roubleshooting (#764)

* add pip freeze to various noxfile tests

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
chalmerlowe and gcf-owl-bot[bot] committed May 3, 2024
1 parent a70e778 commit aaa7090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Expand Up @@ -256,6 +256,8 @@ def system(session):

install_systemtest_dependencies(session, "-c", constraints_path)

session.run("python", "-m", "pip", "freeze")

# Run py.test against the system tests.
if system_test_exists:
session.run(
Expand Down Expand Up @@ -511,6 +513,7 @@ def prerelease_deps(session):
"requests",
]
session.install(*other_deps)
session.run("python", "-m", "pip", "freeze")

# Print out prerelease package versions
session.run(
Expand Down

0 comments on commit aaa7090

Please sign in to comment.