FireXStuff / firexapp

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

plugin discovery for relative path #1

Open mabouels opened 5 years ago

mabouels commented 5 years ago

Need to make the plugin discovery work automatically from the root of the firex installation, without necessarily passing the cwd to CeleryManager.start

For now, added cwd to start, and passing the virtualenv in FireXCeleryManager https://github.com/FireXStuff/firexapp/commit/0ef34b7beed764131ff45b6b9704eb916486cffe

mabouels commented 5 years ago

We also need to add a test for this case.