Skip to content

Commit 71534aa

Browse files
committed
add consul to test-requirements, remove specific reference to install redis, consul, dynamo deps in azure ci
1 parent a38b957 commit 71534aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
script: |
4747
python --version
4848
pip install -r test-requirements.txt
49-
pip install -r redis-requirements.txt
50-
pip install -r consul-requirements.txt
51-
pip install -r dynamodb-requirements.txt
5249
python setup.py install
5350
mkdir test-reports
5451
pytest -s --junitxml=test-reports/junit.xml testing;

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pytest-cov>=2.4.0
88
codeclimate-test-reporter>=0.2.1
99
pyyaml>=3.0
1010
watchdog>=0.9
11+
python-consul>=1.0.1

0 commit comments

Comments
 (0)