Skip to content

Commit

Permalink
Tests does not require pytest-(cov|watch)
Browse files Browse the repository at this point in the history
There are just my local helpers and I don't use
them so much anyway these days. I am comfortable
to see coverage in my IDE and run the tests there
too.
  • Loading branch information
miso-belica committed Oct 31, 2020
1 parent beed53f commit bed5285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
install_requires=dependencies,
tests_require=[
"pytest>=3.0.0",
"pytest-cov",
"pytest-watch",
],
extras_require={
"LSA": ["numpy"],
Expand Down

0 comments on commit bed5285

Please sign in to comment.