Use freezegun for testing aes http client delays (#954)

This commit is contained in:
Steven B
2024-06-05 20:13:10 +03:00
committed by GitHub
parent 8a0edbe2c5
commit 39fc21a124
3 changed files with 79 additions and 12 deletions

View File

@@ -58,6 +58,7 @@ codecov = "*"
xdoctest = "*"
coverage = {version = "*", extras = ["toml"]}
pytest-timeout = "^2"
pytest-freezer = "^0.4"
[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-programoutput", "myst-parser", "docutils"]