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

DM-35971: Pytest requires flake<5 #200

Merged
merged 2 commits into from Aug 23, 2022
Merged

DM-35971: Pytest requires flake<5 #200

merged 2 commits into from Aug 23, 2022

Conversation

mwittgen
Copy link
Contributor

@mwittgen mwittgen commented Aug 22, 2022

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #200 (806f81c) into main (0eed036) will decrease coverage by 0.04%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
- Coverage   82.46%   82.42%   -0.05%     
==========================================
  Files          47       47              
  Lines        3753     3755       +2     
  Branches      675      676       +1     
==========================================
  Hits         3095     3095              
- Misses        480      481       +1     
- Partials      178      179       +1     
Impacted Files Coverage Δ
python/lsst/ctrl/mpexec/mock_task.py 86.04% <33.33%> (-2.05%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mwittgen mwittgen force-pushed the tickets/DM-35971 branch 2 times, most recently from bcd760b to 47e9ab6 Compare August 22, 2022 23:05
@@ -68,8 +68,10 @@ def mockDatasetTypeName(cls, datasetTypeName: str) -> str:
"""Make mock dataset type name from actual dataset type name."""
return "_mock_" + datasetTypeName

def _get(self, ref: Union[DeferredDatasetRef, DatasetRef]) -> Any:
def _get(self, ref: Optional[Union[DeferredDatasetRef, DatasetRef]]) -> Any:
Copy link
Member

Choose a reason for hiding this comment

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

Yes, I had that fix and the other fix on this ticket on #199

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah OK, then I take this package out of the ticket.

@mwittgen
Copy link
Contributor Author

This will be fixed in #199

@mwittgen mwittgen closed this Aug 22, 2022
@timj
Copy link
Member

timj commented Aug 23, 2022

Sorry. I didn't mean to imply to close this becasue my PR is not going to merge for a few days and I think we need this PR merged before the weekly goes out.

@mwittgen mwittgen reopened this Aug 23, 2022
@mwittgen mwittgen requested a review from timj August 23, 2022 03:12
@mwittgen mwittgen merged commit 3ebffe2 into main Aug 23, 2022
@mwittgen mwittgen deleted the tickets/DM-35971 branch August 23, 2022 03:16
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