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

pytest version 3.10 Fails on python2.7 #4333

Closed
4 tasks done
henrykironde opened this issue Nov 7, 2018 · 1 comment
Closed
4 tasks done

pytest version 3.10 Fails on python2.7 #4333

henrykironde opened this issue Nov 7, 2018 · 1 comment

Comments

@henrykironde
Copy link
Contributor

henrykironde commented Nov 7, 2018

python2.7.14/lib/python2.7/site-packages/_pytest/stepwise.py", line 102, in pytest_sessionfinish
self.config.cache.set("cache/stepwise", [])
AttributeError: 'Config' object has no attribute 'cache'

ref: https://travis-ci.org/weecology/retriever/jobs/451239186

checklist:

  • Include a detailed description of the bug or suggestion
  • pip list of the virtual environment you are using
  • pytest and operating system versions
  • Minimal example if possible
@blueyed
Copy link
Contributor

blueyed commented Nov 7, 2018

AttributeError: 'Config' object has no attribute 'cache'

Appears to be a duplicate of #4304.

@blueyed blueyed closed this as completed Nov 7, 2018
@blueyed blueyed changed the title pytest version 3.10.1 Fails on python2.7 pytest version 3.10 Fails on python2.7 Nov 7, 2018
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