rhevm-qe-automation/pytest_jira

Get rid of deprication warnings

lukas-bednar opened this issue · 0 comments

pytest_jira/pytest_jira.py:279: DeprecationWarning: pytest now uses argparse. "%default" should be changed to "%(default)s" 
  help='JIRA url (default: %default)')
pytest_jira/pytest_jira.py:285: DeprecationWarning: pytest now uses argparse. "%default" should be changed to "%(default)s" 
  help='JIRA username (default: %default)')
===============================================