Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes required to pass on macOS without dirtying the repo #13

Conversation

segiddins
Copy link
Contributor

No description provided.

@segiddins segiddins force-pushed the segiddins/changes-required-to-pass-on-macos-without-dirtying-the-repo branch from 78dd188 to d3aa5e3 Compare March 21, 2024 08:38
Copy link
Owner

@jku jku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks.

Virtualenv is a good idea (and running the python client and test suite in same env should be fine for now: no need to get too fancy)

@@ -132,7 +132,7 @@ def all_targets(self) -> Iterator[Tuple[str, Targets]]:

@staticmethod
def create_key() -> Tuple[Key, SSlibSigner]:
key = generate_ed25519_key()
key = generate_ecdsa_key()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't actually be using methods from the securesystemslib.keys module anymore ... but that is an issue in the code already so no need to fix here. I filed #14 for that.

@jku
Copy link
Owner

jku commented Mar 21, 2024

We could add a github actions matrix to test on both macos and linux as well... but I'll merge this one now

@jku jku merged commit 158ab3c into jku:main Mar 21, 2024
1 check passed
@segiddins segiddins deleted the segiddins/changes-required-to-pass-on-macos-without-dirtying-the-repo branch March 21, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants