Skip to content

Commit

Permalink
Merge pull request #218 from ag2ai/upgrade-pytest
Browse files Browse the repository at this point in the history
[Chore] Pytest upgraded to version 8
  • Loading branch information
qingyun-wu authored Dec 17, 2024
2 parents 0ae6a7b + 302f47d commit 2d996c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"pre-commit",
"pytest-cov>=5",
"pytest-asyncio",
"pytest>=6.1.1,<8",
"pytest>=8,<9",
"pandas",
],
"blendsearch": ["flaml[blendsearch]"],
Expand Down
2 changes: 1 addition & 1 deletion test/test_browser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_simple_text_browser():


@pytest.mark.skipif(
skip_bing,
skip_all or skip_bing,
reason="do not run bing tests if key is missing",
)
def test_bing_search():
Expand Down

0 comments on commit 2d996c0

Please sign in to comment.