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

BF(TST): use caplog to control logging level, use python3 in shebang #553

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

yarikoptic
Copy link
Member

Tests were failing for me locally since logging by default was above INFO, and
I had no python but python3. Since we are operating in python3 realm ATM, I have
decided to just change the shebang accordingly.

Since PR is trivial, will merge it as soon as CI is happy

Tests were failing for me locally since logging by default was above INFO, and
I had no python but python3.  Since we are operating in python3 realm ATM, I have
decided to just change the shebang accordingly
@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #553 (0c9dfc7) into master (cb2fd91) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #553   +/-   ##
=======================================
  Coverage   81.21%   81.21%           
=======================================
  Files          41       41           
  Lines        3784     3785    +1     
=======================================
+ Hits         3073     3074    +1     
  Misses        711      711           
Impacted Files Coverage Δ
heudiconv/tests/anonymize_script.py 54.54% <ø> (ø)
heudiconv/tests/test_main.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb2fd91...0c9dfc7. Read the comment docs.

@yarikoptic yarikoptic merged commit 80713f8 into nipy:master Apr 4, 2022
@yarikoptic yarikoptic added the tests Add or improve existing tests label Apr 20, 2022
@yarikoptic yarikoptic deleted the bf-misc branch April 20, 2022 16:25
@github-actions
Copy link

🚀 PR was released in v0.11.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released tests Add or improve existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant