-
Notifications
You must be signed in to change notification settings - Fork 27
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
renames diffsync.DiffSync to diffsync.Adapter #242
Conversation
4037c74
to
bf3a8dd
Compare
27f68ed
to
adab897
Compare
adab897
to
3ed568d
Compare
@@ -130,16 +130,18 @@ jobs: | |||
fail-fast: true | |||
matrix: | |||
python-version: ["3.7", "3.8", "3.9", "3.10"] | |||
poetry-version: ["1.5.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you expect to parametrize test by poetry? why not pin it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the act of pinning it, without this its latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, my only question is on the test
Sorry @chadell, I was still experimenting with CI breakage, I will set to draft for now |
0cb4e91
to
b23d186
Compare
Closes #233