From 8f59c226c7e1c9683a049a21e46376d47ff6b69d Mon Sep 17 00:00:00 2001 From: Aleksey Nogin Date: Sun, 11 Feb 2024 22:24:13 -0500 Subject: [PATCH] `ofrak_core` also needs `pytest<8.0` --- ofrak_core/requirements-test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ofrak_core/requirements-test.txt b/ofrak_core/requirements-test.txt index 5a863960d..977de5a37 100644 --- a/ofrak_core/requirements-test.txt +++ b/ofrak_core/requirements-test.txt @@ -1,5 +1,6 @@ autoflake==1.4 -pytest +# pytest-lazy-fixture does not work with pytest 8.0.0 - https://github.com/TvoroG/pytest-lazy-fixture/issues/65 +pytest<8.0 hypothesis~=6.39.3 hypothesis-trio trio-asyncio