Skip to content

Commit

Permalink
Improve pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 26, 2024
1 parent 740eb94 commit 43eb0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
extras_require={
'docs': ['sphinx<7', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
'installer': ['pyinstaller==4.10'],
'test': ['nose2[coverage_plugin]']
'test': ['nose2[coverage_plugin]', 'pytest']
},
setup_requires=[
'setuptools',
Expand Down

0 comments on commit 43eb0a2

Please sign in to comment.