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:
parent
54b819790a
commit
cce038c360
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue