Skip to content

Commit bc19b66

Browse files
author
Jon Wayne Parrott
committed
removing unneeded arg
1 parent 5304595 commit bc19b66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nox.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ def _setup_appengine_sdk(session):
136136
PYTEST_COMMON_ARGS = [
137137
'--cov',
138138
'--cov-config', os.path.abspath('.coveragerc'),
139-
'--cov-report', 'term',
140-
'--no-success-flaky-report']
139+
'--cov-report', 'term']
141140

142141
FLAKE8_COMMON_ARGS = [
143142
'--show-source', '--builtin', 'gettext', '--max-complexity', '20',

0 commit comments

Comments
 (0)