D2972: tests: ignore zope packages when running pyflakes
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Fri Mar 30 18:17:24 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG559069689121: tests: ignore zope packages when running pyflakes (authored by indygreg, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D2972?vs=7401&id=7403
REVISION DETAIL
https://phab.mercurial-scm.org/D2972
AFFECTED FILES
tests/test-check-pyflakes.t
CHANGE DETAILS
diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t
--- a/tests/test-check-pyflakes.t
+++ b/tests/test-check-pyflakes.t
@@ -17,6 +17,7 @@
> -X hgext/fsmonitor/pywatchman \
> -X mercurial/pycompat.py -X contrib/python-zstandard \
> -X mercurial/thirdparty/cbor \
+ > -X mercurial/thirdparty/zope \
> 2>/dev/null \
> | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list