#127 Fix name of option that redefines %{toxenv}
Merged 3 years ago by churchyard. Opened 3 years ago by pviktori.
rpms/ pviktori/pyproject-rpm-macros fix-name  into  master

file modified
+1 -1
@@ -134,7 +134,7 @@ 

   - 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):

  

no initial comment

Build succeeded.

Pull-Request has been merged by churchyard

3 years ago