Skip to content

Commit

Permalink
Fix lmdb lookup tests (#842) (#907)
Browse files Browse the repository at this point in the history
* Set LMDB_PURE to prevent lmdb install trying to patch a system library.

* Fix name.

(cherry picked from commit b36f775)

Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
patchback[bot] and felixfontein authored Sep 17, 2020
1 parent 25eabb3 commit 1dfd6e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/lookup_lmdb_kv/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- name: Install LMDB Python package
pip:
name: lmdb
environment:
LMDB_PURE: "1"
- name: Setup test data
script: test_db.py
args:
Expand Down

0 comments on commit 1dfd6e3

Please sign in to comment.