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

build: purge testify and yaml as best we can #9

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Conversation

shoenig
Copy link
Member

@shoenig shoenig commented Jun 1, 2022

This is a stab at addressing #6 (review) by updating dependencies, replace-ing the yaml packages, and purging testify (directly imports yaml). I suspect we'll also need to pull in hashicorp/go-hclog#112 when it is ready.

@shoenig shoenig marked this pull request as ready for review June 1, 2022 00:19
@shoenig shoenig requested a review from a team as a code owner June 1, 2022 00:19
Copy link
Member

@schmichael schmichael left a comment

Choose a reason for hiding this comment

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

And so it begins! 🎉

@@ -6,7 +6,7 @@ import (
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad-device-nvidia/nvml"
"github.com/hashicorp/nomad/plugins/device"
"github.com/stretchr/testify/require"
"github.com/shoenig/test/must"
Copy link
Member

Choose a reason for hiding this comment

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

Hey I know that guy

@shoenig shoenig merged commit 2b48bc6 into main Jun 1, 2022
@shoenig shoenig deleted the tests-swap-testify branch June 1, 2022 20:56
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