Skip to content

Commit

Permalink
limited version of pytest to under 8.0.0 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Jan 28, 2024
1 parent 0790da0 commit 101d7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nbformat",
"pre-commit",
"pytest-asyncio",
"pytest>=6.1.1",
"pytest>=6.1.1,<8",
],
"blendsearch": ["flaml[blendsearch]"],
"mathchat": ["sympy", "pydantic==1.10.9", "wolframalpha"],
Expand Down

0 comments on commit 101d7fb

Please sign in to comment.