-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
plugin: xdistrelated to the xdist external pluginrelated to the xdist external plugintype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
Originally reported by: Lucas Cimon (BitBucket: LucasC, GitHub: LucasC)
To reproduce this issue, create a file named stupid_test.py with the following code :
def test_unicode():
print "*[PRINT TO STDOUT]*"
assert True
Then run the following:
$ py.test -v --capture=no --tx='1*popen' --dist=no stupid_test.py
# -> standard output contains "*[PRINT TO STDOUT]*"
$ py.test -v --capture=no --tx='1*popen' --dist=load stupid_test.py
# -> standard output is captured
$ py.test -v --capture=no --tx='1*popen' --dist=each stupid_test.py
# -> standard output is captured
I'm using the following version:
platform linux2 -- Python 2.7.6 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python
Metadata
Metadata
Assignees
Labels
plugin: xdistrelated to the xdist external pluginrelated to the xdist external plugintype: bugproblem that needs to be addressedproblem that needs to be addressed