feat: tests
feat: services heartbeats clean: remove psutil dependency
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
include:
|
||||
- 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")
|
||||
}
|
||||
|
||||
|
||||
|
Submodule multi_user/libs/replication updated: 4b04cf7474...4ecfe5bd38
Reference in New Issue
Block a user