5ef1d89
diff --git a/pytest.ini b/pytest.ini
2bed493
index 0c00f0f0..05d13131 100644
5ef1d89
--- a/pytest.ini
5ef1d89
+++ b/pytest.ini
5ef1d89
@@ -1,4 +1,4 @@
5ef1d89
 [pytest]
5ef1d89
-addopts = -v --flake8 --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc
5ef1d89
+addopts = -v
5ef1d89
 norecursedirs = *.egg .eggs dist build docs .tox
2bed493
 flake8-ignore = W504 E501
5ef1d89
diff --git a/setup.py b/setup.py
2bed493
index 18a14344..cd598749 100644
5ef1d89
--- a/setup.py
5ef1d89
+++ b/setup.py
5ef1d89
@@ -20,11 +20,6 @@ install_requires = [
5ef1d89
 ]
2bed493
5ef1d89
 testing_requires = [
5ef1d89
-    'coverage>=4.0',
5ef1d89
-    'pytest-cache>=1.0',
5ef1d89
-    'pytest-cov',
5ef1d89
-    'flake8',
5ef1d89
-    'pytest-flake8>=0.5',
5ef1d89
     'pytest>=2.8.0',
5ef1d89
     'mock',
5ef1d89
 ]