diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-15 09:58:35 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-15 10:04:06 +0200 |
| commit | dbcd81841f679d368a6ebf254f040455a83acf1f (patch) | |
| tree | cac046586667e9f964d5d99b5a80c833e65c6d3c /docs | |
| parent | 137a9899d7965432fc24cf6fc0331e333316a1dd (diff) | |
[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
asyncore and smtpd modules were deprecated in Python 3.10.
Backport of 569a33579c3cca5f801c544d9b52a34e3c779424 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index d9bb3e13b7..490a4673b6 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -273,6 +273,7 @@ Running all the tests If you want to run the full suite of tests, you'll need to install a number of dependencies: +* aiosmtpd_ * argon2-cffi_ 19.1.0+ * asgiref_ 3.3.2+ (required) * bcrypt_ @@ -320,6 +321,7 @@ associated tests will be skipped. To run some of the autoreload tests, you'll need to install the Watchman_ service. +.. _aiosmtpd: https://pypi.org/project/aiosmtpd/ .. _argon2-cffi: https://pypi.org/project/argon2-cffi/ .. _asgiref: https://pypi.org/project/asgiref/ .. _bcrypt: https://pypi.org/project/bcrypt/ |
