Commit 855de2c2 authored by Vincent Pelletier's avatar Vincent Pelletier

setup: Drop tests_require

Current tests have no extra dependencies.
This takes some time before running caucase tests, especially on slower
machines.
parent 8c4c880e
......@@ -49,10 +49,6 @@ setup(
'pyOpenSSL>=17.1.0', # ...certificate chain validation
'pem>=17.1.0', # Parse PEM files
],
tests_require=[
'coverage',
'pylint',
],
zip_safe=True,
entry_points={
'console_scripts': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment