From 72c2a61785fbaa9cbffa8f8cace7f7e9682be1ae Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 15 Sep 2025 15:01:27 +0200 Subject: [PATCH] recommend psycopg version 3 for BDD tests --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a169f050f..9f1e51e01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,10 +137,10 @@ database created by `pg_virtualenv`. Tests in the `tests/bdd` directory use [behave](https://github.com/behave/behave), a Python implementation of a behaviour-driven test framework. To run the -BDD tests you need to have behave and psycopg2 installed. On Ubuntu run: +BDD tests you need to have behave and psycopg installed. On Ubuntu run: ```sh -sudo apt-get install python3-psycopg2 python3-behave +sudo apt-get install python3-psycopg python3-behave ``` There are ctest directives to run the tests. If you want to run the tests