Skip to content

Commit 6c87e44

Browse files
authored
pubsub nox.py cleanup (googleapis#5056)
1 parent cd067f6 commit 6c87e44

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pubsub/nox.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ def system(session, py):
8888
session.install('.')
8989

9090
# Run py.test against the system tests.
91-
session.run('py.test', '--quiet', 'tests/system.py')
91+
session.run(
92+
'py.test',
93+
'--quiet',
94+
'tests/system.py',
95+
*session.posargs
96+
)
9297

9398

9499
@nox.session

0 commit comments

Comments
 (0)