[Git][reproducible-builds/diffoscope][master] Ensure that autopkgtests are run with our pyproject.toml present for the...

Chris Lamb gitlab at salsa.debian.org
Mon Dec 2 20:01:32 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
f4f26dbc by Chris Lamb at 2019-12-02T19:40:09Z
Ensure that autopkgtests are run with our pyproject.toml present for the correct black source code formatter settings. (Closes: #945993)

- - - - -


1 changed file:

- debian/tests/pytest


Changes:

=====================================
debian/tests/pytest
=====================================
@@ -14,7 +14,7 @@ fi
 
 for py in $(py3versions -s); do
     echo "@@@@@@@@ Running against $py"
-    cp -r tests "$AUTOPKGTEST_TMP"
+    cp -r tests pyproject.toml "$AUTOPKGTEST_TMP"
     (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a)
     rm -rf "${AUTOPKGTEST_TMP:?}"/*
 done



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/f4f26dbc9a392220b2b9f5f287bee48badaf4b3b

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/f4f26dbc9a392220b2b9f5f287bee48badaf4b3b
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/20191202/0982a3fc/attachment.htm>


More information about the rb-commits mailing list