Skip to content

Commit

Permalink
Remove codecov requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 13, 2023
1 parent fa2b057 commit 529b9cb
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 @@ -80,7 +80,7 @@
install_requires=requirements,
extras_require={
'docs': ['sphinx', 'sphinx-autodoc-typehints>=1.2.0', 'sphinx-rtd-theme'],
'test': ['codecov', 'nose2']
'test': ['nose2[coverage_plugin]']
},
setup_requires=[
'setuptools',
Expand Down

0 comments on commit 529b9cb

Please sign in to comment.