Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.25k stars 105 forks source link

Fix using the default session while removing a task #131

Open carlosporta opened 1 year ago

carlosporta commented 1 year ago

As discussed in #130, here is the fix. I removed the set session as default, so the test test_remove stopped passing. Finally, I changed the function remove_task to not use the default session.

Miksus commented 1 year ago

Thanks for investing the time to fix this! I respect the time you invested.

Mind you if I add a simple test to this PR for the task removal using the regular application creation?