summaryrefslogtreecommitdiff
path: root/test/test_memory_leaks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_memory_leaks.py')
-rw-r--r--test/test_memory_leaks.py2
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")