Skip to content

Commit

Permalink
pytest 8 (#1549)
Browse files Browse the repository at this point in the history
* pytest 8

* bump coveralls, pytest-cov

---------

Co-authored-by: Erik Wrede <[email protected]>
  • Loading branch information
dulmandakh and erikwrede authored Jun 28, 2024
1 parent 74b33ae commit 1263e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def run_tests(self):


tests_require = [
"pytest>=7,<8",
"pytest>=8,<9",
"pytest-benchmark>=4,<5",
"pytest-cov>=4,<5",
"pytest-cov>=5,<6",
"pytest-mock>=3,<4",
"pytest-asyncio>=0.16,<2",
"snapshottest>=0.6,<1",
"coveralls>=3.3,<4",
"coveralls>=4,<5",
]

dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
Expand Down

0 comments on commit 1263e9b

Please sign in to comment.