From 76e8bacbb35eb1ee386fbe49489302c9146fa700 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 17 Sep 2024 12:56:29 -0400 Subject: Remove workaround.tox_posargs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b39cbe1..5ebc8a0 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,6 @@ Template strings can be accessed using the `{{ subject.key }}` notation in any S | system.platform | System Platform (OS) | | deploy.docker.registry | Docker registry | | deploy.jfrog.repo | Artifactory destination repository | -| workaround.tox_posargs | Return populated `-c` and `--root` tox arguments.
Force-enables positional arguments in tox's command line parser. | | workaround.conda_reactivate | Reinitialize the conda runtime environment.
Use this after calling `conda install` from within a `[test:*].script`. | The template engine also provides an interface to environment variables using the `{{ env:VARIABLE_NAME }}` notation. -- cgit