<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/2e33fc63584c79ac2bc00b323aa3410355f1b2cf">https://github.com/macports/macports-ports/commit/2e33fc63584c79ac2bc00b323aa3410355f1b2cf</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 2e33fc6  buildbot-slave: Add test dependencies
</span>2e33fc6 is described below

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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/buildbot-slave/Portfile b/devel/buildbot-slave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90dd25b..b15f83d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/buildbot-slave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/buildbot-slave/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             buildslave for buildbot continuous integration system
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,8 +60,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>