diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-03-11 23:29:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 23:29:36 +0100 |
commit | 16dd28d1692e097a819d9d4bdf6f80c9744b460a (patch) | |
tree | 785a99200615ad771c2d39fb81d60cb01f33394b /doc/whatsnew | |
parent | 575319bb87de73114203c5a49edd3ae18aace8c7 (diff) | |
download | pylint-git-16dd28d1692e097a819d9d4bdf6f80c9744b460a.tar.gz |
Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)
(cherry picked from commit b312b9a66472e17d02461258d2156d670481a7f6)
Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
Diffstat (limited to 'doc/whatsnew')
-rw-r--r-- | doc/whatsnew/fragments/8403.false_positive | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8403.false_positive b/doc/whatsnew/fragments/8403.false_positive new file mode 100644 index 000000000..bfa34d17d --- /dev/null +++ b/doc/whatsnew/fragments/8403.false_positive @@ -0,0 +1,5 @@ +Adds ``asyncSetUp`` to the default ``defining-attr-methods`` list to silence +``attribute-defined-outside-init`` warning when using +``unittest.IsolatedAsyncioTestCase``. + +Refs #8403 |