Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
hive
test-tools
Merge requests
!135
Add key pair for private and public key
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Krzysztof Mochocki
requested to merge
kmochocki/test-tools-update-key-pair
into
master
Mar 21, 2023
Overview
2
Commits
4
Pipelines
1
Changes
11
change interface from
acc.private_key
to
acc.keys.private
(accoridingly for public key)
fix deprecation waringing with
distutils
update tests
@kudmich