aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-09-17 12:56:29 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-09-18 23:08:03 -0400
commit76e8bacbb35eb1ee386fbe49489302c9146fa700 (patch)
tree7bdeae58dde56a231f8b01235028ef6130fe7010
parent6f7cf6e1094e54e593801cc452b65ae9c7b4824a (diff)
downloadstasis-76e8bacbb35eb1ee386fbe49489302c9146fa700.tar.gz
Remove workaround.tox_posargs
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
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.<br/>Force-enables positional arguments in tox's command line parser. |
| workaround.conda_reactivate | Reinitialize the conda runtime environment.<br/>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.