Benjamin Schubert pushed to branch bschubert/remove-pytest-runner at BuildStream / buildstream
Commits:
-
815ebb3c
by Benjamin Schubert at 2018-10-23T16:51:44Z
1 changed file:
Changes:
... | ... | @@ -226,8 +226,8 @@ class BuildGRPC(Command): |
226 | 226 |
class PyTest(TestCommand):
|
227 | 227 |
"""Defines a pytest command class to run tests from setup.py"""
|
228 | 228 |
|
229 |
- user_options = TestCommand.user_options +
|
|
230 |
- [("pytest-args=", "a", "Arguments to pass to pytest")]
|
|
229 |
+ user_options = TestCommand.user_options + [
|
|
230 |
+ ("pytest-args=", "a", "Arguments to pass to pytest")]
|
|
231 | 231 |
|
232 | 232 |
def initialize_options(self):
|
233 | 233 |
super().initialize_options()
|