[Notes] [Git][BuildStream/buildstream][bschubert/remove-pytest-runner] fixup! Remove dependency on pytest-runner



Title: GitLab

Benjamin Schubert pushed to branch bschubert/remove-pytest-runner at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -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 = {
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]