We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f242ddc + 72c2a61 commit 9a0a7b1Copy full SHA for 9a0a7b1
CONTRIBUTING.md
@@ -137,10 +137,10 @@ database created by `pg_virtualenv`.
137
138
Tests in the `tests/bdd` directory use [behave](https://github.com/behave/behave),
139
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:
+BDD tests you need to have behave and psycopg installed. On Ubuntu run:
141
142
```sh
143
-sudo apt-get install python3-psycopg2 python3-behave
+sudo apt-get install python3-psycopg python3-behave
144
```
145
146
There are ctest directives to run the tests. If you want to run the tests
0 commit comments