explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
63 stars 8 forks source link

Porting explosion/spaCy#12181 solution into weasel #83

Closed jeffrey12cali closed 5 months ago

jeffrey12cali commented 5 months ago

Description

Resolves #66

I ported the solution from explosion/spaCy#12181 into weasel. Additionally, I have added pytest markers to identify when a test function is related with an issue, like it's set up on the spaCy repo.

Types of change

Bug fix.

Checklist

svlandeg commented 5 months ago

Thanks so much for your PR! We'll get this reviewed soonish.

jeffrey12cali commented 5 months ago

Sorry, I didn't know about the pre-commit validation. That's why it failed on the isort module. Now it should pass.