Skip to content

Commit a029c82

Browse files
bmccutchontseaver
authored andcommitted
Pass posargs to py.test (#6653)
1 parent 6d47d02 commit a029c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def system(session):
7575
session.install('-e', '.')
7676

7777
# Run py.test against the system tests.
78-
session.run('py.test', '--quiet', 'tests/system/')
78+
session.run('py.test', '--quiet', 'tests/system/', *session.posargs)
7979

8080

8181
@nox.session(python='3.6')

0 commit comments

Comments
 (0)