Blob Blame History Raw
diff --git a/pytest.ini b/pytest.ini
index af5124c..7aa41c3 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
 [pytest]
-addopts = -v --flake8 --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc
+addopts = -v
 # SelectableGroups:DeprecationWarning is ignored because it is raised by
 # flake8. See https://github.com/PyCQA/flake8/issues/1397.
 # We also ignore our own deprecation warning about dropping Python 3.6 support.
@@ -8,4 +8,3 @@ filterwarnings =
     ignore:SelectableGroups:DeprecationWarning
     ignore:Python 3.6 support will be dropped:DeprecationWarning
 norecursedirs = *.egg .eggs dist build docs .tox
-flake8-ignore = W504 E501
diff --git a/setup.py b/setup.py
index 966dbdf..b7c3245 100644
--- a/setup.py
+++ b/setup.py
@@ -18,13 +18,6 @@ install_requires = [
 ]
 
 testing_requires = [
-    'coverage>=4.0',
-    # Issue with flake8 4.0.0 and 4.0.1, see https://github.com/tholo/pytest-flake8/issues/81
-    'flake8<4',
-    'isort',
-    'mypy',
-    'pytest-cov',
-    'pytest-flake8>=0.5',
     'pytest>=2.8.0',
     'types-pyOpenSSL',
     'types-pyRFC3339',