cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.33k stars 128 forks source link

Adapt tests for centos7 environment #597

Closed Lagovas closed 1 year ago

Lagovas commented 1 year ago

Here are several updates to simplify running tests on centos 7/8 which uses python 3.6.8. Replaces shutil to simplified version and used pre-compiled psycopg2 due to problems with postgresql-devel packages on centos and building pyscopg2 from sources. For us no difference in where to get psycopg2 for tests.

Checklist