feat: tests

feat: services heartbeats
clean: remove psutil dependency
This commit is contained in:
Swann
2020-07-09 22:10:26 +02:00
parent f37a9efc60
commit 2dc3654e6c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
stages: stages:
- test
- build - build
include: include:
- local: .gitlab/ci/build.gitlab-ci.yml - local: .gitlab/ci/test.gitlab-ci.yml
- local: .gitlab/ci/build.gitlab-ci.yml

View File

@ -47,8 +47,7 @@ from . import environment, utils
DEPENDENCIES = { DEPENDENCIES = {
("zmq","zmq"), ("zmq","zmq"),
("jsondiff","jsondiff"), ("jsondiff","jsondiff"),
("deepdiff", "deepdiff"), ("deepdiff", "deepdiff")
("psutil","psutil")
} }