Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc19b66

Browse filesBrowse files
author
Jon Wayne Parrott
committed
removing unneeded arg
1 parent 5304595 commit bc19b66
Copy full SHA for bc19b66

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎nox.py

Copy file name to clipboardExpand all lines: nox.py
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.