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

RecursionError when running tests #21

Closed
hadalin opened this issue Feb 1, 2019 · 3 comments
Closed

RecursionError when running tests #21

hadalin opened this issue Feb 1, 2019 · 3 comments

Comments

@hadalin
Copy link
Contributor

hadalin commented Feb 1, 2019

Running tests:

pip install -r requirements-dev.txt
python setup.py develop
pytest tests

produces the following error

RecursionError: maximum recursion depth exceeded while calling a Python object

Python version: 3.6.5

@avinassh
Copy link
Owner

avinassh commented Feb 8, 2019

Are you still getting this error? Builds are passing on Travis CI - https://travis-ci.org/avinassh/haxor

@hadalin
Copy link
Contributor Author

hadalin commented Feb 11, 2019

Yes.

Steps to reproduce:

  • mkvirtualenv haxor -p ~/.pyenv/versions/3.6.5/bin/python
  • pip install -r requirements-dev.txt (raises pytest 3.5.1 has requirement py>=1.5.0, but you'll have py 1.4.29 which is incompatible.)
  • python setup.py develop
  • pytest tests

@avinassh
Copy link
Owner

fixed from #32

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

2 participants