project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Add event_loop fixture #29

Closed psav closed 5 years ago

psav commented 5 years ago

two pytest tests failing right now because event_loop fixture doesn't exist - thought there must be some kind of design around this so didn't want to make assumptions - just keeping here for tracking - would love to get all tests passing

matburt commented 5 years ago

This probably comes from pytest-asyncio which is in the pipfile here:

https://github.com/project-receptor/receptor/blob/master/Pipfile#L10

But isn't actually documented anywhere