fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

Start porting plugin to Python 3. #55

Closed progval closed 3 years ago

progval commented 7 years ago

50

I can't do much more, because there is only one test, and it crashes with:

======================================================================
ERROR: testRandom (Fedora.test.FedoraTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/progval/.local/lib/python3.4/site-packages/supybot/test.py", line 244, in setUp
    plugin.loadPluginClass(self.irc, module)
  File "/home/progval/.local/lib/python3.4/site-packages/supybot/plugin.py", line 109, in loadPluginClass
    cb = module.Class(irc)
  File "/home/progval/.local/lib/python3.4/site-packages/supybot/utils/python.py", line 102, in __init__
    original__init__(self, *args, **kwargs)
  File "./Fedora/plugin.py", line 192, in __init__
    fm_config = fedmsg.config.load_config()
  File "/home/progval/.local/lib/python3.4/site-packages/fedmsg/config.py", line 162, in load_config
    raise ValueError("No config value 'endpoints' found.")
ValueError: No config value 'endpoints' found.
ryanlerch commented 3 years ago

Closing this one off, supybot-fedora has now been ported to python3