diff --git a/mlos_bench/setup.py b/mlos_bench/setup.py index 27f065149f..24573589d8 100644 --- a/mlos_bench/setup.py +++ b/mlos_bench/setup.py @@ -75,7 +75,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict: extra_requires['full'] = list(set(chain(*extra_requires.values()))) extra_requires['full-tests'] = extra_requires['full'] + [ - 'pytest', + 'pytest<8.0.0', # FIXME: https://github.com/TvoroG/pytest-lazy-fixture/issues/65 'pytest-forked', 'pytest-xdist', 'pytest-cov',