Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
28d07ec0
Commit
28d07ec0
authored
May 23, 2017
by
LE GAC Renaud
Browse files
Update _run_pytest.py to be compliant with pytest release 3.0.5 and higher.
parent
32c82448
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/_run_pytest.py
scripts/_run_pytest.py
+1
-1
No files found.
scripts/_run_pytest.py
View file @
28d07ec0
...
...
@@ -31,4 +31,4 @@ if __name__ == "__main__":
PARSER
.
add_argument
(
"cmd"
)
ARGS
=
PARSER
.
parse_args
()
pytest
.
main
(
ARGS
.
cmd
)
pytest
.
main
(
ARGS
.
cmd
.
split
()
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment