summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-08-07 12:01:00 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-08-07 12:01:00 +0200
commit3b03019a8be2207314b69ec5263ed386d80532cf (patch)
treed2fc91a7547d6d4ca513f20b83865d1a27bfc9b1
parent68ae95cf87cb5111851ab774bc44fd8871e87940 (diff)
parentd3d150bcf1f5cba83ea23e6a574fc9c518129447 (diff)
downloadpsutil-3b03019a8be2207314b69ec5263ed386d80532cf.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
-rw-r--r--test/test_memory_leaks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_memory_leaks.py b/test/test_memory_leaks.py
index 5b31fe6c..c95734c8 100644
--- a/test/test_memory_leaks.py
+++ b/test/test_memory_leaks.py
@@ -419,6 +419,7 @@ class TestModuleFunctionsLeaks(Base):
@unittest.skipIf(LINUX,
"not worth being tested on Linux (pure python)")
+ @unittest.skipIf(OSX and os.getuid() != 0, "need root access")
def test_net_connections(self):
self.execute('net_connections')