Skip to content

Commit 2b60dc8

Browse files
Update dependency pytest to v9
1 parent 93920b9 commit 2b60dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=['pyserial'],
1818
extras_require={
1919
'test': [
20-
'pytest>=6,<8',
20+
'pytest>=9,<10',
2121
'pytest-cov>=5,<6',
2222
'pytest-asyncio==0.*',
2323
'pytest-xdist==3.*',

0 commit comments

Comments
 (0)