Skip to content

Commit 8e297bd

Browse files
authored
Pass '*posargs' to py.test when running system tests. (googleapis#4099)
1 parent d8bb460 commit 8e297bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def system_tests(session, python_version):
7474
session.install('.')
7575

7676
# Run py.test against the system tests.
77-
session.run('py.test', '--quiet', 'tests/system.py')
77+
session.run('py.test', '--quiet', 'tests/system.py', *session.posargs)
7878

7979

8080
@nox.session

0 commit comments

Comments
 (0)