]> granicus.if.org Git - python/commit
Issue #12383: skip test_empty_env() of subprocess on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 23:02:25 +0000 (01:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 23:02:25 +0000 (01:02 +0200)
commit62d511809d3ccde1b8555cf27f12f31f74c10da6
tree6f1246192959662f23513c3fa87c62ecba07db01
parent237e5cb3767aece25e616fb41172836bb4f31760
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