1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix lmdb lookup tests (#842)

* Set LMDB_PURE to prevent lmdb install trying to patch a system library.

* Fix name.
This commit is contained in:
Felix Fontein 2020-08-29 10:47:28 +02:00 committed by GitHub
parent e5d15a56c3
commit b36f77515c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: