diff options
author | Frank Benkstein <frank.benkstein@sap.com> | 2016-01-28 21:59:12 +0100 |
---|---|---|
committer | Frank Benkstein <frank.benkstein@sap.com> | 2016-02-01 14:13:59 +0100 |
commit | 6fe1544a7e2054c2eb16bf750b4a764e7fa87718 (patch) | |
tree | 81adb1eb5b2e8d626e80ad936b9124202e4fe2b8 /test/test_memory_leaks.py | |
parent | 3924664725ab03c3ff114d776da0fcc3952e891d (diff) | |
download | psutil-revive-environ-windows.tar.gz |
implement Process.environ() on Windowsrevive-environ-windows
Diffstat (limited to 'test/test_memory_leaks.py')
-rw-r--r-- | test/test_memory_leaks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_memory_leaks.py b/test/test_memory_leaks.py index a43e941e..d79d5900 100644 --- a/test/test_memory_leaks.py +++ b/test/test_memory_leaks.py @@ -323,7 +323,7 @@ class TestProcessObjectLeaks(Base): s.close() @unittest.skipUnless(hasattr(psutil.Process, 'environ'), - "Linux and OSX") + "Linux, OSX and Windows") def test_environ(self): self.execute("environ") |