Skip to content

Commit 8a99521

Browse files
committed
Update pytest
1 parent e7f6e18 commit 8a99521

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
@@ -55,7 +55,7 @@
5555
install_requires=requirements,
5656
extras_require={
5757
'docs': ['sphinx<7', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
58-
'test': ['nose2[coverage_plugin]']
58+
'test': ['nose2[coverage_plugin]', 'pytest']
5959
},
6060
setup_requires=[
6161
'setuptools',

0 commit comments

Comments
 (0)