Files
pallectrum/electrum/tests
SomberNight 392f6d8e30 fix tests: another follow-up to daemon managing Plugins object
In python 3.8 and 3.9, asyncio.Event/Lock/etc cannot be created before the
event loop itself is created. Hence, to have Plugins.__init__ create an
Event, we need to postpone creating Plugins() from setUpClass to setUp.

follow-up 90f39bce88
2023-08-24 18:21:23 +00:00
..
2023-05-25 17:39:48 +00:00
2023-05-25 17:39:48 +00:00
2023-08-18 08:08:31 +02:00