Python binding of RethinkDB is not yet packaged

Make it just skip testing.
Forwarded: not-needed
Last-Update: 2019-09-29

Gbp-Pq: Name no_rethinkdb_test.patch
This commit is contained in:
Laszlo Boszormenyi (GCS) 2022-07-18 20:29:18 +08:00 committed by Lu zhiping
parent 54b819790a
commit cce038c360
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ except ImportError: # pragma: nocover
import pickle
try:
from rethinkdb import RethinkDB
pass
# from rethinkdb import RethinkDB
except ImportError: # pragma: nocover
raise ImportError('RethinkDBJobStore requires rethinkdb installed')