Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 26, 2024
1 parent f458d49 commit b00b6ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@
install_requires=requirements,
extras_require={
'docs': ['sphinx<7', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
'test': [
'nose2[coverage_plugin]',
'pytest >= 7.4.4'
]
'test': ['nose2[coverage_plugin]', 'pytest']
},
setup_requires=[
'setuptools',
Expand Down

0 comments on commit b00b6ce

Please sign in to comment.