]> granicus.if.org Git - python/commit
(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)
commit8153b7a57aeae8f40c09b729b8d6b5781d91aece
treeb16a963dc79337b3ef87adebddbfed4cbeb8b980
parent4527365ee4241246e437031b23dc62eb10b589e4
parent62d511809d3ccde1b8555cf27f12f31f74c10da6
(merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows

Cannot test an empty environment on Windows: Windows requires at least the
SYSTEMROOT environment variable to start Python.
Lib/test/test_subprocess.py