feat: tests
feat: services heartbeats clean: remove psutil dependency
This commit is contained in:
parent
f37a9efc60
commit
2dc3654e6c
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user