[Notes] [Git][BuildStream/buildstream][bschubert/remove-pytest-runner] fixup! 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
    ... ... @@ -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()
    



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