Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: Iec61d54c07b50e0d178a6930e9876b2a9d9cb6b9
"pyrsistent",
"python-jenkins",
"PyYAML",
- "requests",
+ "requests<2.32.0",
"rsa",
"ruamel.yaml",
"ruamel.yaml.clib",
]
test = [
- "pytest==5.3.5",
- "pytest-click==0.3",
- "pytest-cov",
- "pytest-datafiles==2.0",
- "pytest-mock==2.0.0",
- "pytest-responses==0.4.0"
+ "pytest==8.3.5",
+ "pytest-click==1.1.0",
+ "pytest-cov==5.0.0",
+ "pytest-datafiles==3.0.0",
+ "pytest-mock==3.14.0",
+ "pytest-responses==0.5.1"
]
[project.urls]
--- /dev/null
+---
+fixes:
+ - |
+ Pin requests Python package to version <2.32.0 to avoid bug in newer version
+ "urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker".
+ Also sync Pytest versions at pyproject.toml with the ones from tox.ini.