-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
pytest is not running when i run it through tox -- Mac #2777
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
The gist is:
Something is requiring pytest >= |
[tox] [testenv] deps = pytest==2.8.7 commands = py.test {posargs} [pytest] |
this looks like a clear user error, you pinned |
@RonnyPfannschmidt How can get to know what dependence need pytest update, and i don't want to change the pytest version . it will disturb my android setup i had Automation suit on appium -python / pytest for android now i want to use the same scripts for ios as well . |
likely pytest-html or one of the other pytest plugins, they dropped support for rather old pytest versions in their recent versions |
@RonnyPfannschmidt i need your help for configuring pytest in mac for doing IOS - appium automation , it will be good help if you can tell the list of dependency and their versions. any usefull links also please share. |
@rsmamidi i cant help with that, i dont own a mac and have no idea about appium automation |
@rsmamidi a quick suggestion how you could find that out on your own: Remove all deps in your tox.ini except for |
Why do you need to keep using an old version of pytest though? There have been a lot of fixes since 2.8.7. |
guys i solve the issues in mac now... @obestwalter your suggestion help me to fine the dependence issues. previously i use tox to run the test suit now i am running in virtual env to run my suit and works perfectly . Thanks for all the support |
Great to hear @rsmamidi :) |
Need help to solve this error
The text was updated successfully, but these errors were encountered: