summaryrefslogtreecommitdiff
path: root/psutil/tests/test_unicode.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-04 06:55:15 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-04 06:55:15 +0200
commitcdb1e714b2134f91e337e4e74146f5962291a972 (patch)
treeaeba4e54d11b2da31dad69d944dc597a13c96177 /psutil/tests/test_unicode.py
parent4b18e691d0e856e942291144e6637081f9b13679 (diff)
downloadpsutil-cdb1e714b2134f91e337e4e74146f5962291a972.tar.gz
try to minimize dll related test failures
Diffstat (limited to 'psutil/tests/test_unicode.py')
-rw-r--r--psutil/tests/test_unicode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/psutil/tests/test_unicode.py b/psutil/tests/test_unicode.py
index 47e8d15c..e2e69786 100644
--- a/psutil/tests/test_unicode.py
+++ b/psutil/tests/test_unicode.py
@@ -233,7 +233,6 @@ class _BaseFSAPIsTests(object):
psutil.disk_usage(self.funky_name)
@unittest.skipIf(not HAS_MEMORY_MAPS, "not supported")
- @unittest.skipIf(not PY3, "ctypes opens err msg box on Python 2")
def test_memory_maps(self):
# XXX: on Python 2, using ctypes.CDLL with a unicode path
# opens a message box which blocks the test run.