<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7f9f664dcd4819680ef06f162f54c2aec7c4f306">https://github.com/macports/macports-ports/commit/7f9f664dcd4819680ef06f162f54c2aec7c4f306</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7f9f664dcd4819680ef06f162f54c2aec7c4f306
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Dec 22 16:12:08 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-soco: fixed tests
</span>---
 python/py-soco/Portfile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-soco/Portfile b/python/py-soco/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95476b31fef..72592a5998a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-soco/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-soco/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,10 +34,15 @@ if {${name} ne ${subport}} {
</span>                     port:py${python.version}-xmltodict
 
     depends_test-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-pip \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-wheel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pyflakes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pytest \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-requests-mock
</span> 
     test.run        yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd        py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.args       -m 'not integration'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span> 
     livecheck.type  none
 }
</pre><pre style='margin:0'>

</pre>