We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38b957 commit 71534aaCopy full SHA for 71534aa
azure-pipelines.yml
@@ -46,9 +46,6 @@ jobs:
46
script: |
47
python --version
48
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
52
python setup.py install
53
mkdir test-reports
54
pytest -s --junitxml=test-reports/junit.xml testing;
test-requirements.txt
@@ -8,3 +8,4 @@ pytest-cov>=2.4.0
8
codeclimate-test-reporter>=0.2.1
9
pyyaml>=3.0
10
watchdog>=0.9
11
+python-consul>=1.0.1
0 commit comments