-
Notifications
You must be signed in to change notification settings - Fork 532
ENH: enable/disable resource monitor in the fixture per test #2725
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
Conversation
This is just a more "kosher" way to avoid side-effects across tests etc. It was "inspired" to mitigate an issue of some stale processes being kept in background preventing pytest run completion, see nipy#2719 So, even though it avoids that issue now (both tests are skipped anyways unconditionally ATM), it does not solve it -- some issue causing that was introduced somewhere between 1.1.2 and 1.1.3
not sure what is up with those circleci fails - seems unrelated, waiting on travis. Locally debian builds seems finally started to pass that hiccup |
Waiting on #2707. |
@yarikoptic Can you merge master? That may fix tests. |
* origin/master: FIX: Pin coverage<5 [FIX] Pin codecov to <5.0 so Travis is fixed
done |
Hoo boy, it sure didn't. |
well -- travis is green |
Codecov considers any failing tests as potentially missing information, and avoids posting incomplete coverage summaries. I'm okay with merging, as this is a necessary fix. We'll deal with the rest as we can. |
This is just a more "kosher" way to avoid side-effects across tests etc.
It was "inspired" to mitigate an issue of some stale processes being
kept in background preventing pytest run completion, see
#2719
So, even though it avoids that issue now (both tests are skipped anyways
unconditionally ATM), it does not solve it -- some issue causing that
was introduced somewhere between 1.1.2 and 1.1.3