Skip to content

Commit 7617a29

Browse files
Update pytest requirement from <8 to <9
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71233d5 commit 7617a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ all = ["nanopyx[developer,test,jupyter,doc, optional]"]
6464
developer = ["pyx2pxd>=0.1.1", "black>=23.1.0", "flake8>=6.0.0"]
6565
test = [
6666
"nox>=2022.11.21",
67-
"pytest<8",
67+
"pytest<9",
6868
"pytest-cov>= 4.0.0",
6969
"pytest-icdiff>=0.6", # https://github.com/hjwp/pytest-icdiff
7070
"pytest-clarity>=1.0.1", # https://pypi.org/project/pytest-clarity/

0 commit comments

Comments
 (0)