tests: add "testing" extras

This commit is contained in:
Daniel Hahler
2018-06-13 13:32:36 +02:00
committed by Scott Kitterman
parent 0566b9b4c1
commit 229ac42db9
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -59,6 +59,11 @@ Alternatively, if you have testrepository installed:
testr init
testr run
You should install all optional dependencies, e.g. by creating a virtualenv
and using:
pip install -e '.[testing]'
The included ARC tests are very limited. The primary testing method for ARC
is using the ARC test suite: https://github.com/ValiMail/arc_test_suite
+5 -1
View File
@@ -77,7 +77,11 @@ verification.""",
],
zip_safe = False,
extras_require={
'ed25519': ['PyNaCl'],
'testing': [
'authres',
'pynacl',
],
'ed25519': ['pynacl'],
'ARC': ['authres']
},
**kw