install pytest (#56206)

This commit is contained in:
Emmanuel Cazenave 2021-08-17 11:24:06 +02:00
parent 0ad13c9e41
commit 20fe338f56
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@
name: psycopg2-binary
virtualenv: "{{venv_py3}}"
- name: install pytest
pip:
name: pytest
virtualenv: "{{venv_py3}}"
- name: "create {{src_dir}} directory"
file:
path: "{{src_dir}}"