<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/927994ac4f461d7abd0f753f1f564d8b9936608c">https://github.com/macports/macports-ports/commit/927994ac4f461d7abd0f753f1f564d8b9936608c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 927994a  buildbot: Add test dependencies
</span>927994a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 927994ac4f461d7abd0f753f1f564d8b9936608c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Aug 7 04:16:06 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: Add test dependencies
</span>---
 devel/buildbot/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/buildbot/Portfile b/devel/buildbot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d64cf1e..f972c90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/buildbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/buildbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ categories              devel python
</span> platforms               darwin
 supported_archs         noarch
 license                 GPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers             ryandesign openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers             {ryandesign @ryandesign} openmaintainer
</span> 
 description             compile/test cycle automation system
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,8 +64,7 @@ post-destroot {
</span>         ${destroot}${sharedir}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# note some tests need py-mock
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#depends_test            port:py${python.version}-mock
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_test            port:py${python.version}-mock
</span> test.run                yes
 test.env                PYTHONPATH=.
 test.cmd                ${prefix}/bin/trial-${python.branch}
</pre><pre style='margin:0'>

</pre>