fix typos flake8-asyncio -> pytest-asyncio#1198
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1198 +/- ##
=======================================
Coverage 88.91% 88.91%
=======================================
Files 2 2
Lines 406 406
Branches 44 44
=======================================
Hits 361 361
Misses 35 35
Partials 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
oh turns out the warning message is also wrong |
…ures with @pytest.fixture in strict mode now refers to the correct package name.
32277b2 to
8fbe0ea
Compare
|
Thanks! I have to admit that I spotted this when initially merging the PR, but didn't question it 😅 . I did a brief search for the corresponding package and found you as one of the maintainers, so the message seemed intentional. I took the liberty to change the deprecation message as well. @jakkdl Are we good to go with this from your point of view? |
|
Haha no yeah flake8-async (without the "io") is what caused me to confuse the two, but it'll never have any checks about pytest-asyncio fixture misuse 😅 Looks great! |
Was reading through the changelog and found this amusing brain fart I introduced in #979
Turns out I've contributed to way too many flake8-* projects x)