mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Tests: tox and mock cleanup
* Remove mock dependency (mock is now part of standard unittest package) * Cleanup tox dependency installation logic
This commit is contained in:
5
setup.py
5
setup.py
@@ -30,15 +30,18 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = long_description_from_readme(f.read())
|
||||
|
||||
|
||||
# Additional requirements for development/build/release
|
||||
requirements_dev = [
|
||||
"flake8",
|
||||
"sphinx",
|
||||
"sphinx-rtd-theme",
|
||||
"tox",
|
||||
"twine",
|
||||
"wheel",
|
||||
]
|
||||
|
||||
requirements_test = ["mock", "boto3", "cryptography"]
|
||||
# Additional requirements for running tests
|
||||
requirements_test = []
|
||||
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user