Skip to content

Commit

Permalink
Workaround pytest version bump incompatibility with pytest-lazy-fixtu…
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth authored Jan 31, 2024
1 parent a45f97d commit 5287c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_bench/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5287c24

Please sign in to comment.