You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning : /usr/lib/python3.12/site-packages/tmt/utils.py:7003: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. settings = docutils.frontend.OptionParser(components=components).get_default_values()
I was only doing pytest --help 😅
The text was updated successfully, but these errors were encountered:
I just got hit by a bunch of deprecation warnings coming from:
tmt/tmt/utils.py
Lines 7359 to 7364 in 78742f9
I was only doing
pytest --help
😅The text was updated successfully, but these errors were encountered: