1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

docs: don't mention Docker container based tests

Those aren't working yet and are being worked on
close #1605
This commit is contained in:
Nicolas Duchon 2021-04-28 09:58:03 +02:00 committed by GitHub
parent f7444094ca
commit 1f937dd6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ You need [python 3.9](https://www.python.org/) and [pip](https://pip.pypa.io/en/
pip install -r requirements/python-requirements.txt
If you can't install those requirements on your computer, you can alternatively use the _pytest.sh_ script which will run the tests from a Docker container which has those requirements.
Prepare the nginx-proxy test image
@ -99,4 +98,4 @@ When you run the `make build-webserver` command, you built a [`web`](requirement
### Testing TLS
If you need to create server certificates, use the [`certs/create_server_certificate.sh`](certs/) script. Pytest will be able to validate any certificate issued from this script.
If you need to create server certificates, use the [`certs/create_server_certificate.sh`](certs/) script. Pytest will be able to validate any certificate issued from this script.