lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

chore(deps): Drop references to obsolete external dependency #695

Closed alerque closed 1 year ago

alerque commented 1 year ago

Closes #694.

If legit. I have some doubts. The status of async support isn't perfectly clear. We still have a spec file testing various aspects of it. I assume that's why I added the copas installation in 790a9f3 some time after it was removed in e8d51ac.

alerque commented 1 year ago

c.f. #235 for discussion on async and the removal of these deps.

alerque commented 1 year ago

@Tieske This branch was mistakenly and unfortunately opened against my fork's default branch (rookie mistake I know). Would you mind giving it a once-over so we can decide to move on or let it sit? If it is going to sit I'll close the PR and re-open from a branch so I can use my fork properly again for testing CI.

Tieske commented 1 year ago

I think this is fine. Until we figure out async support altogether.