aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2022-12-14MLIA-468 Skip e2e tests if backend is unavailableBenjamin Klimczak
The behavior can be modified using the flag '--no-skip' for the e2e tests, i.e. providing the flag will let the tests fail when the backend is unavailable and otherwise these tests are skipped per default. Also use commas instead of semi-colons to separate Python versions. Change-Id: Ib2b9f6c66ce4d500b0d50080d127c06e43616c3d
2022-12-09Pin tox version to avoid issues with tox 4.Benjamin Klimczak
Change-Id: Ib613db35d9047e9ca90559a856a4357f96427bb6
2022-11-01MLIA-681 Add pip.conf as secret on docker buildRaul Farkas
* Update commands that use pip to install python packages by mounting a pip.conf file (where available). Change-Id: Id76c03d6970ea927cea1078f4954f0733534e257
2022-10-17MLIA-646 Add environment to setup pre-commit hooksBenjamin Klimczak
- Add new environment 'lint_setup' to set up the pre-commit hooks used by the environment 'lint' without running the actual tests. - Add docker file for linting and testing to the project root. - Add helper script 'install_python_versions.sh' for docker creation. Change-Id: I5f264df72a72d7a118ab798eddcf0febd4e1125b