You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that pytest would show the reason of the very first skipif marker regardless of whose condition evaluates to True. I was able to reproduce the problem with the following snippet:
Right now I am using Mac OS X 10.10, Python 2.7.6 along with a fresh virtualenv that only has pytest. I experienced the same issue with Ubuntu 14.04 and Python 2.
py==1.4.30
pytest==2.7.2
wheel==0.24.0
Raphael
The text was updated successfully, but these errors were encountered:
Hi there!
I noticed that
pytest
would show the reason of the very firstskipif
marker regardless of whose condition evaluates toTrue
. I was able to reproduce the problem with the following snippet:This may be related to #666.
Right now I am using Mac OS X 10.10, Python 2.7.6 along with a fresh
virtualenv
that only haspytest
. I experienced the same issue with Ubuntu 14.04 and Python 2.Raphael
The text was updated successfully, but these errors were encountered: