diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-17 12:56:29 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-18 23:08:03 -0400 |
commit | 76e8bacbb35eb1ee386fbe49489302c9146fa700 (patch) | |
tree | 7bdeae58dde56a231f8b01235028ef6130fe7010 | |
parent | 6f7cf6e1094e54e593801cc452b65ae9c7b4824a (diff) | |
download | stasis-76e8bacbb35eb1ee386fbe49489302c9146fa700.tar.gz |
Remove workaround.tox_posargs
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |