Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
resolve problems with unit test workflow #317
resolve problems with unit test workflow #317
Changes from 36 commits
4af04bb
b007cee
ce219d5
d863efc
8241083
e0ba082
7fe8b47
9ad8e04
dfb7f18
470ed92
8b60e8b
a5fa404
ec99c7e
f53235d
1d3a91a
ae2028c
4da2327
c4fdb73
8f745c7
0a5af3c
535c74b
aa1e0c5
6a4ceaa
861cf5a
1f4b462
e6014fd
68de748
2bd334d
274ebd0
1fc55ef
f9b18ca
97d8a27
f6000bb
154accf
496e25f
32e3043
9671da7
2fb010f
e10f49b
ae13efe
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is py38 the issue, or is it because DCReflection is not a
dataclass
?I believe the
default_factory
field should be a zero-argument callable, such as...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.
Thanks, I can check that.
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.
Unfortunately, a change to
produces many versions of this exception. This example
pytest -vvv --lf hkl/tests/test_configuration.py::test_restore
tests the first such CI failure: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.
Note this example used Py3.11
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.
Created new issue for this.