<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/c4128e2d2a09da594760eae08045471a80342552">https://github.com/macports/macports-ports/commit/c4128e2d2a09da594760eae08045471a80342552</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c4128e2d2a09da594760eae08045471a80342552
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Oct 27 21:41:09 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-{flask-script,faker}: simplify test phase
</span>---
python/py-Faker/Portfile | 6 ------
python/py-flask-script/Portfile | 6 ------
2 files changed, 12 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-Faker/Portfile b/python/py-Faker/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 89ae9982e3c..238ce0b2573 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-Faker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-Faker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,6 @@ if {${name} ne ${subport}} {
</span> depends_test-append \
port:py${python.version}-decorator \
port:py${python.version}-freezegun \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-pytest \
</span> port:py${python.version}-random2 \
port:py${python.version}-ukpostcodeparser \
port:py${python.version}-validators
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,9 +48,4 @@ if {${name} ne ${subport}} {
</span> }
test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd ${python.bin} -m pytest
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.target
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span> }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-flask-script/Portfile b/python/py-flask-script/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 80f034ec980..c835957e088 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-flask-script/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-flask-script/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,12 +28,6 @@ if {${name} ne ${subport}} {
</span> depends_lib-append \
port:py${python.version}-flask
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-pytest
</span> test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd py.test-${python.branch}
</span> test.target tests.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span> }
</pre><pre style='margin:0'>
</pre>