limited version of pytest to under 8.0.0 (#1437)

This commit is contained in:
Davor Runje 2024-01-28 01:52:18 +01:00 committed by GitHub
parent 0790da0bd3
commit 101d7fbf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ setuptools.setup(
"nbformat",
"pre-commit",
"pytest-asyncio",
"pytest>=6.1.1",
"pytest>=6.1.1,<8",
],
"blendsearch": ["flaml[blendsearch]"],
"mathchat": ["sympy", "pydantic==1.10.9", "wolframalpha"],