diff --git a/setup.py b/setup.py index 96f48c8..779a704 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,8 @@ classifiers = [f"Programming Language :: Python :: {version}" for version in ["3 extras_require = { "test": [ - "codecov>=2.0.15,<3.0.0", "factory-boy>=2.12.0,<3.0.0", "pytest>=4.6.3,<5.0.0", - "pytest-cov>=2.7.1,<3.0.0", "pytest-asyncio>=0.10.0,<1.0.0", ], "lint": [ diff --git a/tox.ini b/tox.ini index 6c720e7..2eef74f 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,7 @@ deps = passenv = CI TRAVIS TRAVIS_* extras = test commands = - pytest --cov=./libp2p tests/ - codecov + pytest tests/ basepython = py37: python3.7