Skip to content

Commit 82d13a8

Browse files
tseaverJon Wayne Parrott
authored andcommitted
Pass '*session.posargs' through on command line for system tests. (googleapis#4904)
1 parent 9d74276 commit 82d13a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datastore/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def system(session, py):
8989
session.install('.')
9090

9191
# Run py.test against the system tests.
92-
session.run('py.test', '--quiet', 'tests/system')
92+
session.run('py.test', '--quiet', 'tests/system', *session.posargs)
9393

9494

9595
@nox.session

0 commit comments

Comments
 (0)