Skip to content

pytest-2.0.0 fails testing/test_nose.py on python-3.1.3 #18

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

Closed
pytestbot opened this issue Jan 11, 2011 · 1 comment
Closed

pytest-2.0.0 fails testing/test_nose.py on python-3.1.3 #18

pytestbot opened this issue Jan 11, 2011 · 1 comment
Labels
type: bug problem that needs to be addressed

Comments

@pytestbot
Copy link
Contributor

Originally reported by: Anonymous


All failures I can find is attributed to the usage of "print l" instead of "print(l)".


@pytestbot
Copy link
Contributor Author

Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):


fixed in trunk, tests pass now on nose/python3 combo.

@pytestbot pytestbot added the type: bug problem that needs to be addressed label Jun 15, 2015
fkohlgrueber pushed a commit to fkohlgrueber/pytest that referenced this issue Oct 27, 2018
This happened when the last statement was a simple statement.

Fixes pytest-dev#18
Fixes pytest-dev#28
blueyed added a commit that referenced this issue Oct 30, 2019
Tests: approx: mock doctest runner's pdb usage
mgorny pushed a commit to mgorny/pytest that referenced this issue May 27, 2023
fix pytest-virtualenv running on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug problem that needs to be addressed
Projects
None yet
Development

No branches or pull requests

1 participant