1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/d75d1f353d0a/
Changeset:   d75d1f353d0a
User:        blueyed
Date:        2015-04-28 07:34:20+00:00
Summary:     getcommandpath: mention whitelist_externals option with warning
Affected #:  1 file

diff -r 9383b904df1808de2e546000e49f8231c2f94f79 -r 
d75d1f353d0a442384156b1ec2e92fd1bde6fa9f tox/_venv.py
--- a/tox/_venv.py
+++ b/tox/_venv.py
@@ -92,7 +92,9 @@
                     "test command found but not installed in testenv\n"
                     "  cmd: %s\n"
                     "  env: %s\n"
-                    "Maybe forgot to specify a dependency?" % (p, 
self.envconfig.envdir))
+                    "Maybe you forgot to specify a dependency? "
+                    "See also the whitelist_externals envconfig setting." % (
+                        p, self.envconfig.envdir))
         return str(p)  # will not be rewritten for reporting
 
     def is_allowed_external(self, p):

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.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to