mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[4.0.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
asyncore and smtpd modules were deprecated in Python 3.10.
Backport of 569a33579c
from main
This commit is contained in:
parent
dd8945d361
commit
6a16d53039
3 changed files with 58 additions and 81 deletions
|
@ -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_
|
||||
|
@ -322,6 +323,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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue