diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-02-17 15:55:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 15:55:14 +0000 |
commit | 6127c4b9f19702909938ddc95b7e4219d20ac349 (patch) | |
tree | dc052c84ec7230bd7122b111cd9482ac28ff5be2 /changelog.d | |
parent | Remove support for the legacy structured logging configuration. (#12008) (diff) | |
download | synapse-6127c4b9f19702909938ddc95b7e4219d20ac349.tar.xz |
Configure `tox` to use `venv` (#12015)
As the comment says, virtualenv is a pile of fail.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12015.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12015.misc b/changelog.d/12015.misc new file mode 100644 index 0000000000..3aa32ab4cf --- /dev/null +++ b/changelog.d/12015.misc @@ -0,0 +1 @@ +Configure `tox` to use `venv` rather than `virtualenv`. |