Skip to content

Commit 1f937dd

Browse files
authored
docs: don't mention Docker container based tests
Those aren't working yet and are being worked on close nginx-proxy#1605
1 parent f744409 commit 1f937dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ You need [python 3.9](https://www.python.org/) and [pip](https://pip.pypa.io/en/
88

99
pip install -r requirements/python-requirements.txt
1010

11-
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.
1211

1312

1413
Prepare the nginx-proxy test image
@@ -99,4 +98,4 @@ When you run the `make build-webserver` command, you built a [`web`](requirement
9998

10099
### Testing TLS
101100

102-
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.
101+
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.

0 commit comments

Comments
 (0)