rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Get rid of deprication warnings #66

Closed lukas-bednar closed 7 years ago

lukas-bednar commented 7 years ago
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)')
===============================================