We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606656e commit 607fbf1Copy full SHA for 607fbf1
test/requirements.txt
@@ -0,0 +1,4 @@
1
+mock
2
+pytest>=3.3.1
3
+pytest-cov
4
+pytest-mock
tox.ini
@@ -27,11 +27,7 @@ passenv =
27
# Pass through AWS profile name (useful for local testing)
28
AWS_PROFILE
29
sitepackages = False
30
-deps =
31
- mock
32
- pytest>=3.3.1
33
- pytest-cov
34
- pytest-mock
+deps = -rtest/requirements.txt
35
commands =
36
local: pytest --cov aws_encryption_sdk -m local -l {posargs}
37
integ: pytest --cov aws_encryption_sdk -m integ -l {posargs}
0 commit comments