diff --git a/pyproject.toml b/pyproject.toml index 4c72681c8..aac75430c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,9 @@ test = [ "types-orjson~=3.6", "types-python-dateutil~=2.8", "types-urllib3~=1.26", + # pytest-recording breakage with v5.0.0, need release of + # https://github.com/kiwicom/pytest-recording/pull/110 to remove this ceil + "vcrpy<5", ] urllib3 = ["urllib3>=1.26"] validation = ["jsonschema>=4.0.1"]