Skip to content

Commit cf6b5e5

Browse files
committed
tox.ini: use {posargs:tests} (defaults to tests)
1 parent 6ccd031 commit cf6b5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def commands(uid, env):
110110
yield 'sh -c "dropdb %(name)s;' \
111111
' createdb %(name)s || exit 0"' % {'name': db_name}
112112

113-
yield 'py.test --ds=pytest_django_test.settings_%s --strict -r fEsxXw {posargs}' % env.settings
113+
yield 'py.test --ds=pytest_django_test.settings_%s --strict -r fEsxXw {posargs:tests}' % env.settings
114114

115115

116116
def testenv_name(env):

0 commit comments

Comments
 (0)