Skip to content

Commit 9a0a7b1

Browse files
authored
Merge pull request #2418 from lonvia/update-contributing
Recommend psycopg version 3 for BDD tests
2 parents f242ddc + 72c2a61 commit 9a0a7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ database created by `pg_virtualenv`.
137137

138138
Tests in the `tests/bdd` directory use [behave](https://github.com/behave/behave),
139139
a Python implementation of a behaviour-driven test framework. To run the
140-
BDD tests you need to have behave and psycopg2 installed. On Ubuntu run:
140+
BDD tests you need to have behave and psycopg installed. On Ubuntu run:
141141

142142
```sh
143-
sudo apt-get install python3-psycopg2 python3-behave
143+
sudo apt-get install python3-psycopg python3-behave
144144
```
145145

146146
There are ctest directives to run the tests. If you want to run the tests

0 commit comments

Comments
 (0)