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

test_heuristics fails on Docker image #486

Open
1 of 2 tasks
pvelasco opened this issue Jan 6, 2021 · 0 comments
Open
1 of 2 tasks

test_heuristics fails on Docker image #486

pvelasco opened this issue Jan 6, 2021 · 0 comments

Comments

@pvelasco
Copy link
Contributor

pvelasco commented Jan 6, 2021

Summary

When trying to run the unit tests inside the official Docker image, the test_reproin_largely_smoke fails because the hexsha changes when calling with --overwrite.

Platform details:

Choose one:

  • Local environment
  • Container:

nipy/heudiconv:0.9.0, but it also fails since 0.6.0

  • Heudiconv version:

0.9.0, all the way back to 0.6.0

To replicate failed test:

docker run -it --rm --name heudiconv_tests --entrypoint /bin/bash   nipy/heudiconv:0.9.0

Then, inside the container, run:

git config --global user.email "test@travis.land"
git config --global user.name "Travis Almighty"
pytest -s -v -k 'test_reproin_largely_smoke' /src/heudiconv/

Note: it also fails without configuring git.

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

No branches or pull requests

1 participant