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
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
stages:
- test
- build
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 = {
("zmq","zmq"),
("jsondiff","jsondiff"),
("deepdiff", "deepdiff"),
("psutil","psutil")
("deepdiff", "deepdiff")
}

@ -1 +1 @@
Subproject commit 4b04cf7474e93f9242abb605ed773521693faba0
Subproject commit 4ecfe5bd386e0380a1ca560f65d2a1f2d0b68e99