summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-12-11 11:13:58 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-12-11 13:50:50 -0500
commit45b03f5aa016840e105bde431a5d5cfd28f945f3 (patch)
tree1bdb4ecd410f1e36f7cbcec3de4140ee5a3ac384 /doc
parent2f5457627d4578b3af23ed8392a38de1632533de (diff)
downloadsqlalchemy-45b03f5aa016840e105bde431a5d5cfd28f945f3.tar.gz
adjust for tox changes to passenv
Fixed issue in tox.ini file where changes in the tox 4.0 series to the format of "passenv" caused tox to not function correctly, in particular raising an error as of tox 4.0.6. Change-Id: I659c8fc523a71deaa02a89103c9e7241cf81d831 References: https://github.com/tox-dev/tox/issues/2676
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_14/tox_fix.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/tox_fix.rst b/doc/build/changelog/unreleased_14/tox_fix.rst
new file mode 100644
index 000000000..f37829fc3
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/tox_fix.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, tests
+
+ Fixed issue in tox.ini file where changes in the tox 4.0 series to the
+ format of "passenv" caused tox to not function correctly, in particular
+ raising an error as of tox 4.0.6.