Skip to content

Commit

Permalink
fix system test build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed May 29, 2024
1 parent 2ef8bd5 commit 89906f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test(session, library, prerelease):
if repository == "python-pubsub":
session.install("psutil")
session.install("flaky")
system(session, repository, package, prerelease)
system(session)


@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
Expand Down

0 comments on commit 89906f1

Please sign in to comment.