-
-
Notifications
You must be signed in to change notification settings - Fork 220
how do I run setuptools_scm test suite locally? #171
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
Comments
FYI, I am using the latest pytest 3.1.2 and tox 2.7.0. |
@anthrotype please try to run them in a own virtualenv - at first glance it looks like a pytest report and i#ll log it into pytest issue tracker |
@anthrotype note that you will need to downcrade py.test |
@anthrotype it seems that you hit pytest-dev/pytest#2501 |
anthrotype
pushed a commit
to anthrotype/setuptools_scm
that referenced
this issue
Jun 15, 2017
RonnyPfannschmidt
added a commit
that referenced
this issue
Jun 15, 2017
tox.ini: don't pin py version; fixes #171
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to submit a PR to fix another issue, but I'm having hard times figuring out how to run the test suite for setuptools_scm locally on my machine.
I have python 2.7.13 and 3.6.1 installed globally, each has tox installed.
Any of these commands make pytest fail with a
RuntimeError: maximum recursion depth exceeded
error.I'm probably missing something very basic. In that case, sorry for the noise.
Thanks.
The text was updated successfully, but these errors were encountered: