Skip to content

Commit 1642047

Browse files
author
Chris Turner
committed
tests: assume enable_python_native_blobs is now True
1 parent 75c81c9 commit 1642047

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_blob_migrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from . import S3_CONN_INFO, S3_MIGRATE_BUCKET
88
from . import CONN_INFO
99
from datajoint.migrate import _migrate_dj011_blob
10-
dj.config['enable_python_native_blobs'] = True
1110

1211

1312
class TestBlobMigrate:

tests/test_fetch_same.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import datajoint as dj
55

66
schema = dj.Schema(PREFIX + '_fetch_same', connection=dj.conn(**CONN_INFO))
7-
dj.config['enable_python_native_blobs'] = True
87

98

109
@schema

0 commit comments

Comments
 (0)