A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2006-September/056104.html below:

[Python-checkins] r51794 - python/branches/release25-maint/Lib/test/test_subprocess.py

[Python-checkins] r51794 - python/branches/release25-maint/Lib/test/test_subprocess.pygustavo.niemeyer python-checkins at python.org
Thu Sep 7 01:15:25 CEST 2006
Author: gustavo.niemeyer
Date: Thu Sep  7 01:15:24 2006
New Revision: 51794

Modified:
   python/branches/release25-maint/Lib/test/test_subprocess.py
Log:
No, the problem was actually because buildbot uses a StringIO in
place of sys.stdout while running tests. Removing one more test
to make buildbot happy.


Modified: python/branches/release25-maint/Lib/test/test_subprocess.py
==============================================================================
--- python/branches/release25-maint/Lib/test/test_subprocess.py	(original)
+++ python/branches/release25-maint/Lib/test/test_subprocess.py	Thu Sep  7 01:15:24 2006
@@ -240,12 +240,6 @@
         rc = subprocess.call([sys.executable, "-c", cmd], stdout=1)
         self.assertEquals(rc, 2)
 
-    def test_stdout_fileobj_of_stdout(self):
-        # stdout is set to sys.stdout (#1531862).
-        cmd = r"import sys, os; sys.exit(os.write(sys.stdout.fileno(), '.\n'))"
-        rc = subprocess.call([sys.executable, "-c", cmd], stdout=sys.stdout)
-        self.assertEquals(rc, 2)
-
     def test_cwd(self):
         tmpdir = os.getenv("TEMP", "/tmp")
         # We cannot use os.path.realpath to canonicalize the path,
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4