Benjamin Schubert pushed to branch bschubert/remove-pytest-runner at BuildStream / buildstream
Commits:
-
f9658df0
by Benjamin Schubert at 2018-10-25T10:30:56Z
1 changed file:
Changes:
... | ... | @@ -260,12 +260,6 @@ class PyTest(TestCommand): |
260 | 260 |
self.announce('Tests failed', log.ERROR)
|
261 | 261 |
raise DistutilsError('Tests failed')
|
262 | 262 |
|
263 |
- @property
|
|
264 |
- def _argv(self):
|
|
265 |
- import shlex
|
|
266 |
- |
|
267 |
- return ["pytest"] + shlex.split(self.addopts)
|
|
268 |
- |
|
269 | 263 |
|
270 | 264 |
def get_cmdclass():
|
271 | 265 |
cmdclass = {
|