pypiserver/docker
Dmitrii Orlov bbd2a47bae
fix: docker tests in cicd (#444)
* fix: bump gevent version to 21.12.0

* chore: few naming cleanings in test_docker

* chore: run black formatter
2022-09-06 18:41:25 +02:00
..
docker-requirements.txt fix: docker tests in cicd (#444) 2022-09-06 18:41:25 +02:00
entrypoint.sh Gunicorn/gevent docker, log fixes, cache busting (#371) 2021-02-07 17:04:06 -06:00
gunicorn.conf.py Gunicorn/gevent docker, log fixes, cache busting (#371) 2021-02-07 17:04:06 -06:00
README.md Docker improvements (#365) 2021-02-06 11:28:15 -06:00
test_docker.py fix: docker tests in cicd (#444) 2022-09-06 18:41:25 +02:00

Docker Resources and Tests

This directory contains resources and tests for the docker image.

Note that for these tests to run, the pytest process must be able to run docker. If you are on a system where that requires sudo, you will need to run the tests with sudo.

Tests are here rather than in /tests because there's no reason to run these tests as part of the usual tox process, which is run in CI against every supported Python version. We only need to run the Docker tests once.