Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ publish = [
]
test = [
"coverage[toml]==7.2.7; python_version >= '3.10'",
"requests>=2.31.0",
"requests>=2.33.0",
"requests_mock==1.12.1",
"pytest==8.3.5",
"pytest==9.0.3",
"pytest-xdist==3.6.1",
"pytest-timeout==2.3.1",
"pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'",
"cryptography==46.0.5",
"cryptography==46.0.7",
"pyopenssl==26.0.0",
"fasteners",
"paramiko==3.5.1; platform_python_implementation != 'PyPy'",
Expand All @@ -112,6 +112,7 @@ docs = [
"fasteners",
"sphinx_rtd_theme==2.0.0",
"sphinx==6.2.1",
"pygments>=2.20.0,<3.0.0",
]
mypy = [
"mypy==1.15.0; python_version >= '3.10' and implementation_name == \"cpython\"",
Expand Down
2 changes: 1 addition & 1 deletion scripts/time_imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
set -e

# Script which fails if any of the import takes more than threshold ms
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=2000000
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000

# Clean up any cached files to ensure consistent and clean environment
Expand Down
Loading
Loading