[Git][reproducible-builds/diffoscope][master] Don't run "test_code_is_black_clean" test in autopkgtest. (Closes: Debian:#1130402)
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Thu Mar 12 18:12:23 UTC 2026
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
fbdc9b0d by Chris Lamb at 2026-03-12T11:11:54-07:00
Don't run "test_code_is_black_clean" test in autopkgtest. (Closes: Debian:#1130402)
- - - - -
1 changed file:
- debian/tests/pytest
Changes:
=====================================
debian/tests/pytest
=====================================
@@ -15,6 +15,6 @@ fi
for py in $(py3versions -s); do
echo "@@@@@@@@ Running against $py"
cp -r tests pyproject.toml "$AUTOPKGTEST_TMP"
- (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a)
+ (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a -k 'not test_code_is_black_clean')
rm -rf "${AUTOPKGTEST_TMP:?}"/*
done
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/fbdc9b0d146c3c6bedf5d1f170058fc6d92a8909
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/fbdc9b0d146c3c6bedf5d1f170058fc6d92a8909
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260312/ecf5dedd/attachment.htm>
More information about the rb-commits
mailing list