From 6a44fe2d7a819cdcb55159d19c6878419871b41f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 8 Oct 2020 17:52:42 +0200 Subject: [PATCH] Fix name of option that redefines %{toxenv} --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc904eb..06f529f 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ The macro: - If not defined, sets `$PYTHONPATH` to `%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}` - If not defined, sets `$TOX_TESTENV_PASSENV` to `*` - Runs `tox` with `-q` (quiet), `--recreate` and `--current-env` (from [tox-current-env]) flags - - Implicitly uses the tox environment name stored in `%{toxenv}` - as overridden by `%pyproject_buildrequires -t` + - Implicitly uses the tox environment name stored in `%{toxenv}` - as overridden by `%pyproject_buildrequires -e` By using the `-e` flag, you can use a different tox environment(s):