forked from github.com/pypiserver
e0c9723ee7
Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.4 to 2.1.2. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v1.4.4...v2.1.2) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
docker-requirements.txt | ||
entrypoint.sh | ||
gunicorn.conf.py | ||
README.md | ||
test_docker.py |
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.