summaryrefslogtreecommitdiffstats
path: root/test/test_special_iocommands.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:44:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:44:59 +0000
commit1c022c910ef0924699841e272ebe6e881b37e7f1 (patch)
tree7eabc13771cdc591d3e5d88d88c3bc86a2f0206c /test/test_special_iocommands.py
parentReleasing debian version 1.24.1-3. (diff)
downloadmycli-1c022c910ef0924699841e272ebe6e881b37e7f1.tar.xz
mycli-1c022c910ef0924699841e272ebe6e881b37e7f1.zip
Merging upstream version 1.24.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--test/test_special_iocommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_special_iocommands.py b/test/test_special_iocommands.py
index 73bfbab..8b6be33 100644
--- a/test/test_special_iocommands.py
+++ b/test/test_special_iocommands.py
@@ -2,7 +2,7 @@ import os
import stat
import tempfile
from time import time
-from mock import patch
+from unittest.mock import patch
import pytest
from pymysql import ProgrammingError