Skip to content

Commit e19db60

Browse files
committed
move test requirements into test/requirements.txt
1 parent c5e1106 commit e19db60

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

test/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
hypothesis
2+
mock
3+
moto
4+
pytest>=3.3.1
5+
pytest-cov
6+
pytest-mock
7+
pytest-xdist

tox.ini

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,34,35,36}-{local,integ}-full,
3+
py{27,34,35,36}-{local,integ}-fast,
44
bandit, doc8, readme,
55
flake8, pylint,
66
flake8-tests, pylint-tests,
@@ -23,14 +23,7 @@ passenv =
2323
# Pass through AWS profile name (useful for local testing)
2424
AWS_PROFILE
2525
sitepackages = False
26-
deps =
27-
hypothesis
28-
mock
29-
moto
30-
pytest>=3.3.1
31-
pytest-cov
32-
pytest-mock
33-
pytest-xdist
26+
deps = -rtest/requirements.txt
3427
commands =
3528
local-fast: {[testenv:base-command]commands} -m "local and not slow and not veryslow and not nope"
3629
integ-fast: {[testenv:base-command]commands} -m "integ and not slow and not veryslow and not nope"

0 commit comments

Comments
 (0)