File tree 3 files changed +0
-8
lines changed
3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ stages:
21
21
install :
22
22
- pip install awscli
23
23
- pip install -r requires/testing.txt
24
- - pip uninstall -y consulate
25
24
- python setup.py develop
26
25
27
26
before_script :
Original file line number Diff line number Diff line change @@ -74,12 +74,6 @@ docker-compose ${COMPOSE_ARGS} down --volumes --remove-orphans
74
74
docker-compose ${COMPOSE_ARGS} pull
75
75
docker-compose ${COMPOSE_ARGS} up -d
76
76
77
- # Wait for Consul
78
- CONSUL_PORT=$( get_exposed_port consul 8500)
79
- report_start $( get_container consul)
80
- wait-for -s 2 " http://${DOCKER_IP} :${CONSUL_PORT} /v1/status/leader"
81
- report_done
82
-
83
77
cat > build/test-environment<< EOF
84
78
export ASYNC_TEST_TIMEOUT=20
85
79
export DOCKER_COMPOSE_PREFIX=${DOCKER_COMPOSE_PREFIX}
Original file line number Diff line number Diff line change 1
1
-r installation.txt
2
2
-r optional.txt
3
- bandoleers
4
3
coverage
5
4
flake8
6
5
httmock
You can’t perform that action at this time.
0 commit comments