diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-21 07:54:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 07:54:18 +0100 |
| commit | 6af83d2ee631afaec8bb018b81b2eba62a0524c2 (patch) | |
| tree | 81b5ff9ab951ec58cd5c4a92098e552819cc7d5a /tests/requirements | |
| parent | a2769a68ea27242dc70ec7734c4ed38932fe46da (diff) | |
Refs #34900 -- Skipped argon2-cffi requirement on daily builds for Python 3.13.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 43eb1d1d67..20ae0c8543 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,6 +1,6 @@ aiosmtpd asgiref >= 3.7.0 -argon2-cffi >= 19.2.0 +argon2-cffi >= 19.2.0; sys.platform != 'win32' or python_version < '3.13' bcrypt black docutils >= 0.19 |
