summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel A. Wozniak <dwozniak@saltstack.com>2020-05-22 20:18:35 -0700
committerDaniel A. Wozniak <dwozniak@saltstack.com>2020-05-22 21:27:41 -0700
commit67d9dca55c860e84297a445cb46595691f7af87b (patch)
treead0de7024c1aea59458373401a2feb96a92e6907 /tests
parentd67b8e3d2682eb70248d7070d860dabe5a003d52 (diff)
downloadm2crypto-67d9dca55c860e84297a445cb46595691f7af87b.tar.gz
Add appveyor builds for python 3.7 and 3.8
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ssl_win.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssl_win.py b/tests/test_ssl_win.py
index 027c457..0095263 100644
--- a/tests/test_ssl_win.py
+++ b/tests/test_ssl_win.py
@@ -29,7 +29,7 @@ if win32process:
path_dir = os.listdir(p)
if 'openssl.exe' in path_dir:
return os.path.join(p, 'openssl.exe')
- except win32process.WindowsError:
+ except OSError:
pass
return None