diff options
author | Dougal Matthews <dougal@dougalmatthews.com> | 2016-03-09 13:58:01 +0000 |
---|---|---|
committer | Dougal Matthews <dougal@dougalmatthews.com> | 2016-03-09 13:58:01 +0000 |
commit | 453ecceeca7221a11c9fa8acf58095d5a729968c (patch) | |
tree | 4a84ec3f9aa37e4d45e65ce96ed233516308ec25 | |
parent | ab4346fba2a7f92f0a742df624c32ea3ff9767fd (diff) | |
download | tox-453ecceeca7221a11c9fa8acf58095d5a729968c.tar.gz |
Correct --force-deps to be --force-dep in the CHANGELOG.d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -63,7 +63,7 @@ - fix issue99: the {env:...} substitution now properly uses environment settings from the ``setenv`` section. Thanks Itxaka Serrano. -- fix issue281: make --force-deps work when urls are present in +- fix issue281: make --force-dep work when urls are present in dependency configs. Thanks Glyph Lefkowitz for reporting. - fix issue174: add new ``ignore_outcome`` testenv attribute which @@ -182,7 +182,7 @@ 1.9.2 ----------- -- backout ability that --force-deps substitutes name/versions in +- backout ability that --force-dep substitutes name/versions in requirement files due to various issues. This fixes issue228, fixes issue230, fixes issue231 which popped up with 1.9.1. @@ -193,7 +193,7 @@ - use a file instead of a pipe for command output in "--result-json". Fixes some termination issues with python2.6. -- allow --force-deps to override dependencies in "-r" requirements +- allow --force-dep to override dependencies in "-r" requirements files. Thanks Sontek for the PR. - fix issue227: use "-m virtualenv" instead of "-mvirtualenv" to make |