Skip to content

Commit

Permalink
Merge branch 'main' into readme-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth authored Jan 31, 2024
2 parents ca33773 + 5287c24 commit a78f834
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 a78f834

Please sign in to comment.