Builds local waiverdb image and enables running tests in docker-compose environment.
To run tests, it's still needed to install some dependencies manually.
docker-compose exec waiverdb pip3 install --user -r requirements.txt docker-compose exec waiverdb dnf -y install python3-ldap
Signed-off-by: Lukas Holecek hluk@email.cz
To run tests, it's still needed to install some dependencies manually. docker-compose exec waiverdb pip3 install --user -r requirements.txt docker-compose exec waiverdb dnf -y install python3-ldap
Is this already in the doc? Can we put it there?
2 new commits added
docker-compose: Set up waiverdb for development
docker-compose: Fix environment variable value
OK, I've updated the doc.
looks good
Commit 79d58aae fixes this pull-request
Pull-Request has been merged by gnaponie
Builds local waiverdb image and enables running tests in docker-compose
environment.
To run tests, it's still needed to install some dependencies manually.
Signed-off-by: Lukas Holecek hluk@email.cz