[Pytest-commit] commit/tox: hpk42: mark distshare ini variable as deprecated

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue May 12 16:01:31 CEST 2015


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/438cc2bd3dc4/
Changeset:   438cc2bd3dc4
User:        hpk42
Date:        2015-05-12 13:38:41+00:00
Summary:     mark distshare ini variable as deprecated
Affected #:  2 files

diff -r 5fbd833e8b0e88cf71920a1479f47260317c98b0 -r 438cc2bd3dc4031438b61a5c96dd7ba3ecefb659 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,7 +17,7 @@
   If platform is set and doesn't match the platform spec in the test 
   environment the test environment is ignored, no setup or tests are attempted.
 
-.. (new) add per-venv "ignore_errors" setting, which defaults to False.
+- (new) add per-venv "ignore_errors" setting, which defaults to False.
    If ``True``, a non-zero exit code from one command will be ignored and
    further commands will be executed (which was the default behavior in tox <
    2.0).  If ``False`` (the default), then a non-zero exit code from one command
@@ -51,6 +51,8 @@
 - rename internal files -- tox offers no external API except for the
   experimental plugin hooks, use tox internals at your own risk.
 
+- DEPRECATE distshare in documentation
+
 
 
 1.9.2

diff -r 5fbd833e8b0e88cf71920a1479f47260317c98b0 -r 438cc2bd3dc4031438b61a5c96dd7ba3ecefb659 doc/config.txt
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -19,7 +19,7 @@
     toxworkdir=path   # tox working directory, defaults to {toxinidir}/.tox
     setupdir=path     # defaults to {toxinidir}
     distdir=path      # defaults to {toxworkdir}/dist
-    distshare=path    # defaults to {homedir}/.tox/distshare
+    distshare=path    # (DEPRECATED) defaults to {homedir}/.tox/distshare
     envlist=ENVLIST   # defaults to the list of all environments
     skipsdist=BOOL    # defaults to false
 
@@ -30,7 +30,7 @@
 
     [tox:jenkins]
     ...               # override [tox] settings for the jenkins context
-    # note: for jenkins distshare defaults to ``{toxworkdir}/distshare``.
+    # note: for jenkins distshare defaults to ``{toxworkdir}/distshare`` (DEPRECATED)
 
 .. confval:: skip_missing_interpreters=BOOL
 
@@ -323,7 +323,7 @@
     the directory where sdist-packages will be created in
 
 ``{distshare}``
-    the directory where sdist-packages will be copied to so that
+    (DEPRECATED) the directory where sdist-packages will be copied to so that
     they may be accessed by other processes or tox runs.
 
 substitutions for virtualenv-related sections

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list