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

Namer still broken under conda run python -m nose #98

Open
bryceschober opened this issue Jul 21, 2021 · 0 comments
Open

Namer still broken under conda run python -m nose #98

bryceschober opened this issue Jul 21, 2021 · 0 comments

Comments

@bryceschober
Copy link

bryceschober commented Jul 21, 2021

It appears that a namer bug in 1.0.0, fixed in 1.0.1, is still (or differently) broken when executing under conda run python -m nose. I've had to pin approvaltests back to 0.8.0 to get working test execution.

When executed under my environment separately, approval test output files appear in the expected location.

conda activate my_env
python -m nose

But when executed under a default no-environment shell, the approval test output files appear next to the nose module from my environment.

conda run -n my_env python -m nose
@bryceschober bryceschober changed the title Namer still broken under conda run Namer still broken under conda run python -m nose Jul 21, 2021
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