diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-03-04 09:44:10 -0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-03-04 09:44:10 -0800 |
| commit | 74248cc706bdf01f80d1c704a094ff30974cfa93 (patch) | |
| tree | 651a21809d13211d06d2e6862468b39e8e2ff786 /psutil/tests/test_windows.py | |
| parent | 63a672b29cb3e0279b371b3d5914f0109a07f071 (diff) | |
| download | psutil-74248cc706bdf01f80d1c704a094ff30974cfa93.tar.gz | |
Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)
Support for Python 3.3 was dropped in version 5.4.1. Support for Python
3.2 was dropped earlier. Remove all references to these unsupported
versions including documentation, scripts, workarounds, etc. Eases
maintenance as fewer workarounds are used for unsupported environments.
Diffstat (limited to 'psutil/tests/test_windows.py')
| -rwxr-xr-x | psutil/tests/test_windows.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/psutil/tests/test_windows.py b/psutil/tests/test_windows.py index e4a719ea..32c46f67 100755 --- a/psutil/tests/test_windows.py +++ b/psutil/tests/test_windows.py @@ -21,7 +21,6 @@ import warnings import psutil from psutil import WINDOWS -from psutil._compat import callable from psutil.tests import APPVEYOR from psutil.tests import get_test_subprocess from psutil.tests import HAS_BATTERY |
