fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

Look into hanging unit tests #725

Open wyld-sw opened 7 months ago

wyld-sw commented 7 months ago

The following command during build checks does not seem to exit:

cd tests && python3 -m unittest -b

Some results:

/home/runner/work/fuzzball/fuzzball/tests/test_util.py:334: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  lst = yaml.load(fh)
E
Stderr:
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 2494 is closed
E
Stderr:
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 2521 is closed
E
...