]> granicus.if.org Git - python/commitdiff
(merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 23:02:50 +0000 (01:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 23:02:50 +0000 (01:02 +0200)
Cannot test an empty environment on Windows: Windows requires at least the
SYSTEMROOT environment variable to start Python.

1  2 
Lib/test/test_subprocess.py

Simple merge