-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
not executable on Python 2.7 #3
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
Labels
type: bug
problem that needs to be addressed
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): on closer introspection it seems the namespace hook for session return a bogus None |
hpk42
pushed a commit
that referenced
this issue
Jun 25, 2016
* Fix the tests * Fix .format string failures on python 2.6
davidszotten
pushed a commit
to davidszotten/pytest
that referenced
this issue
Oct 13, 2018
blueyed
added a commit
that referenced
this issue
Oct 22, 2019
dxtr85
pushed a commit
to dxtr85/pytest
that referenced
this issue
Jan 7, 2020
Orenef11
added a commit
to Orenef11/pytest
that referenced
this issue
Oct 10, 2021
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
add conditional imports for jenkins et al
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Simon Liedtke (BitBucket: derdon, GitHub: derdon)
After trying to execute py.test, the following traceback occured: http://paste.pocoo.org/show/274612/
This is <> says about it (copied from #pylib):
derdon: seems like that is a python2.7 only bug
derdon: seems like the namespace hook broke
derdon: yup, the issue is pretty much the lack of the namespace hook being executed
The text was updated successfully, but these errors were encountered: