diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-25 00:45:47 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-25 00:45:47 +0200 |
| commit | 552ca28a8dd45a3a9d89ed34f5cb04d3fffdc45c (patch) | |
| tree | 316c19d0ba035b76d2a83f3a6f6cb963990ec2f9 | |
| parent | b805159ca9461fc12c68a17ec8b94ad06d6d4807 (diff) | |
| download | psutil-552ca28a8dd45a3a9d89ed34f5cb04d3fffdc45c.tar.gz | |
unicode tests can run in parallel
| -rwxr-xr-x | psutil/tests/test_unicode.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/psutil/tests/test_unicode.py b/psutil/tests/test_unicode.py index f9ec2b15..9ccbf838 100755 --- a/psutil/tests/test_unicode.py +++ b/psutil/tests/test_unicode.py @@ -102,7 +102,6 @@ from psutil.tests import PYPY from psutil.tests import reap_children from psutil.tests import safe_mkdir from psutil.tests import safe_rmpath as _safe_rmpath -from psutil.tests import serialtest from psutil.tests import skip_on_access_denied from psutil.tests import TESTFN_PREFIX from psutil.tests import TRAVIS @@ -155,7 +154,6 @@ def subprocess_supports_unicode(suffix): # =================================================================== -@serialtest class _BaseFSAPIsTests(object): funky_suffix = None |
