[Python-checkins] cpython (2.7): test_spwd skipping is expected on win32.

serhiy.storchaka python-checkins at python.org
Sat Jan 31 09:38:50 CET 2015


https://hg.python.org/cpython/rev/f5df01f69a3e
changeset:   94406:f5df01f69a3e
branch:      2.7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Jan 31 10:20:31 2015 +0200
summary:
  test_spwd skipping is expected on win32.

files:
  Lib/test/regrtest.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1191,6 +1191,7 @@
         test_pwd
         test_resource
         test_signal
+        test_spwd
         test_threadsignals
         test_timing
         test_wait3

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list