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

Infinite recursion with process isolation flag in setup.cfg #14

Open
edlanglois opened this issue Nov 1, 2015 · 2 comments
Open

Infinite recursion with process isolation flag in setup.cfg #14

edlanglois opened this issue Nov 1, 2015 · 2 comments

Comments

@edlanglois
Copy link

setup.cfg can't be used to run this plugin. Setting the with-process-isolation flag for nosetests in setup.cfg results in infinite recursion as each nose sub-process reads the flag and starts more sub-processes.

@jhakonen
Copy link
Contributor

You can workaround this issue by renaming the setup.cfg file to something else, e.g. tests.cfg and then execute nosetests providing name of the config file:
nosetests -c tests.cfg

It sure would be nice to not to have to do this though.

@dmccombs
Copy link
Owner

I've played around with this a little, but haven't come up with a good way yet to work around this within the plugin. I'll keep thinking, but I'm not sure when I'll have time to poke at it again - so PRs are welcome. :)

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

3 participants