Blob Blame History Raw
diff --git a/pytest.ini b/pytest.ini
index 0c00f0f0..05d13131 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,4 @@
 [pytest]
-addopts = -v --flake8 --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc
+addopts = -v
 norecursedirs = *.egg .eggs dist build docs .tox
 flake8-ignore = W504 E501
diff --git a/setup.py b/setup.py
index 18a14344..cd598749 100644
--- a/setup.py
+++ b/setup.py
@@ -20,11 +20,6 @@ install_requires = [
 ]

 testing_requires = [
-    'coverage>=4.0',
-    'pytest-cache>=1.0',
-    'pytest-cov',
-    'flake8',
-    'pytest-flake8>=0.5',
     'pytest>=2.8.0',
     'mock',
 ]