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

vdk-core: adopt pluggy 1.3 #2614

Merged
merged 2 commits into from
Aug 28, 2023
Merged

Conversation

antoniivanov
Copy link
Collaborator

Plugy realease of 1.3 on 25th of August introduced a changing renaming pluggy._callers._Result to pluggy.Result.

It can be found in the list of changes between 1.2 and 1.3 : pytest-dev/pluggy@1.2.0...1.3.0

As we rely on that as a type for the Result object , it breaks vdk.

This changing is adopting the pluggy change

@antoniivanov antoniivanov changed the title vdk-core: adopt plugin 1.3 vdk-core: adopt pluggy 1.3 Aug 28, 2023
Plugy realease of 1.3 on 25th of August introduced a changing renaming
pluggy._callers._Result to pluggy.Result.

It can be found in the list of changes between 1.2 and 1.3 :
pytest-dev/pluggy@1.2.0...1.3.0

As we rely on that as a type for the Result object , it breaks vdk.

This changing is adopting the pluggy change
Plugy realease of 1.3 on 25th of August introduced a changing renaming
pluggy._callers._Result to pluggy.Result.

It can be found in the list of changes between 1.2 and 1.3 :
pytest-dev/pluggy@1.2.0...1.3.0

As we rely on that as a type for the Result object , it breaks vdk.

This changing is adopting the pluggy change
@antoniivanov antoniivanov enabled auto-merge (squash) August 28, 2023 14:38
@antoniivanov antoniivanov merged commit 21695a3 into main Aug 28, 2023
8 checks passed
@antoniivanov antoniivanov deleted the person/aivanov/vdk-core-pluggy branch August 28, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants