Skip to content

Commit 607fbf1

Browse files
committed
move common test requirements to test/requirements.txt to simplify running tests outside of tox
1 parent 606656e commit 607fbf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mock
2+
pytest>=3.3.1
3+
pytest-cov
4+
pytest-mock

tox.ini

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ passenv =
2727
# Pass through AWS profile name (useful for local testing)
2828
AWS_PROFILE
2929
sitepackages = False
30-
deps =
31-
mock
32-
pytest>=3.3.1
33-
pytest-cov
34-
pytest-mock
30+
deps = -rtest/requirements.txt
3531
commands =
3632
local: pytest --cov aws_encryption_sdk -m local -l {posargs}
3733
integ: pytest --cov aws_encryption_sdk -m integ -l {posargs}

0 commit comments

Comments
 (0)