Changeset: de220120f705 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/de220120f705
Modified Files:
sql/test/Tests/hot_snapshot.py
Branch: default
Log Message:
use filter to remove old security warning
diffs (13 lines):
diff --git a/sql/test/Tests/hot_snapshot.py b/sql/test/Tests/hot_snapshot.py
--- a/sql/test/Tests/hot_snapshot.py
+++ b/sql/test/Tests/hot_snapshot.py
@@ -21,6 +21,9 @@ import tarfile
import pymonetdb
+import warnings
+warnings.filterwarnings("ignore", category=RuntimeWarning)
+
dbfarm = os.getenv('GDK_DBFARM')
tstdb = os.getenv('TSTDB')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]