summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-11-06 17:45:52 +0100
committerholger krekel <holger@merlinux.eu>2015-11-06 17:45:52 +0100
commit5cb2ee008a8fb77b8419e26773639dc4530c0620 (patch)
treebff9619305b0e3974eae90bead30b8ed94174d0e
parentf410ba9039185ca914aebc673f4b6b587d1471b1 (diff)
downloadtox-5cb2ee008a8fb77b8419e26773639dc4530c0620.tar.gz
fix issue174: add new ``ignore_outcome`` testenv attribute which
can be set to True in which case it will produce a warning instead of an error on a failed testenv command outcome. Thanks Rebecka Gulliksson for the PR.
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3cb3116..6e3825a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,11 @@
- fix issue281: make --force-deps work when urls are present in
dependency configs. Thanks Glyph Lefkowitz for reporting.
+- fix issue174: add new ``ignore_outcome`` testenv attribute which
+ can be set to True in which case it will produce a warning instead
+ of an error on a failed testenv command outcome.
+ Thanks Rebecka Gulliksson for the PR.
+
2.1.1
----------