From 80d9abe0f4b7ac12786509f18b2bd54ab45c6a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 4 Nov 2024 13:53:51 +0100 Subject: [PATCH] Minor documentation clarification wrt -p/-w --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac08e4c..7ef8c9e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ in worst case, patch/sed the requirement out from the tox configuration. Note that neither `-x` or `-t` can be used with `-R`, because runtime dependencies are always required for testing. You can only use those options if the build backend supports the [prepare-metadata-for-build-wheel hook], -or together with `-w`. +or together with `-p` or `-w`. [tox]: https://tox.readthedocs.io/ [tox-current-env]: https://github.com/fedora-python/tox-current-env/