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

ci: disable pytest multiprocessing #334

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

lkstrp
Copy link
Member

@lkstrp lkstrp commented Jul 29, 2024

Follow up on your request in #333 @FabianHofmann

print can't handle multiprocessing, so it won't work. And logs can only be shown for all tests or none.
So it's either pytest in parallel or the log. I think we can revert multiprocessing, it doesn't take much time anyway (both around 30 sec).

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.00%. Comparing base (4735725) to head (62916c3).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #334   +/-   ##
=======================================
  Coverage   86.00%   86.00%           
=======================================
  Files          17       17           
  Lines        4209     4209           
  Branches      989      989           
=======================================
  Hits         3620     3620           
  Misses        430      430           
  Partials      159      159           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FabianHofmann
Copy link
Collaborator

awesome @lkstrp !

@lkstrp lkstrp merged commit 0d4698c into PyPSA:master Jul 29, 2024
16 checks passed
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.

2 participants