Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #17047
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: pybuild-autopkgtest NO TESTS RAN should trigger a failure |
| Date | Sun, 07 Sep 2025 15:10:01 +0200 |
| Message-ID | <Lsnjz-dvW5-7@gated-at.bofh.it> (permalink) |
| References | <Lsnjz-dvW5-9@gated-at.bofh.it> |
| X-Original-To | dani.behzi@ubuntu.com, Debian Python <debian-python@lists.debian.org> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sun Sep 7 13:09:33 2025 |
| Old-Return-Path | <alexandre.detiste@gmail.com> |
| X-Amavis-Spam-Status | No, score=-8.099 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -5.5 |
| X-Forwarded-Encrypted | i=1; AJvYcCV7j6tYqte0XFVr7tbOnjdfrEiCeitewHtKd9nb55DK7cQQPQp5qw2Xbz+7db/1h3xnz4lC3TtqMzjtOcZ+@lists.debian.org |
| X-Gm-Message-State | AOJu0YxjTe3zS85zJ/5XpNLM8Y0mT5BEyMih4BzE+iGExGqs5nEnrazW fwdCEmkvy2ZMp/yRga0no8kh1eUoZGCe/EuqlEfdBIyLeac+eP3rhm9e/4Dlur2X4SUvPXw8nlg ubUuTi9U2ZTBNXkYQ/ykNQydjiS13m+QX+hfG |
| X-Gm-Gg | ASbGncvFzYDvdNoVnjvdcyCtn0KVariZfKvy+kZLc6GH/zvKLygwNA79t92osFGVjes UyGgv9z/Qb0FI/5jR9zooOyCdxzwzJuOhmbzNHvSDQotyoiW0D9VpXhBHOJrBSFhNhNe2DZJhSt r1kfZ3Z1pTVR9wvGS39W1dnGECbtjj1Q8f8+ieMeoCtZLUgUxIR6sQzbLQ9lGMmnEAzGHX6SNOA 8mW8dEYG8rFUdLqJixKYmPIoN8= |
| X-Google-SMTP-Source | AGHT+IHX3ruO7ZOntPLjxXWvlZht9eoOa8D39szcSBobT9Gn3jnQLFxTVQOqTrLrFSgvW3oHdDLnNyTnughmV0H/B8A= |
| X-Received | by 2002:a05:6000:1a8d:b0:3e1:2d70:673e with SMTP id ffacd0b85a97d-3e6497c0659mr2294529f8f.37.1757250554594; Sun, 07 Sep 2025 06:09:14 -0700 (PDT) |
| MIME-Version | 1.0 |
| X-Gm-Features | AS18NWBLZ-5oXvG9rqVG5KwzCk0glKUlt_XaqTeqiawtDgmJa2JL7xT8Q0GDfOw |
| Content-Type | text/plain; charset="UTF-8" |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/23228 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/CADsTwjJXNSa7_z9ak-obmEe7gCSUQxdxNEEKzhvjubMt4cVM8Q@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sun, 7 Sep 2025 15:09:02 +0200 |
| X-Original-Message-ID | <CADsTwjJXNSa7_z9ak-obmEe7gCSUQxdxNEEKzhvjubMt4cVM8Q@mail.gmail.com> |
| X-Original-References | <CADsTwj+JPfQ477rDRrK0_bcoanJiXLxmbf219CtFi+V7vfv56g@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.python:17047 |
Show key headers only | View raw
(sorry mail fired too fast) Hi, I know we are not yet ready to make "NO TESTS RAN" a failure at build time, that would create an insane number of bugs. But for the packages where wi did explicitly set "Testsuite: autopkgtest-pkg-pybuild" this condition should turn into a failed. > https://salsa.debian.org/python-team/packages/python-fire/-/commit/2774e9f7484139e363637520cce90c76cc883949 > > utopkgtest [13:01:55]: test pybuild-autopkgtest: pybuild-autopkgtest > autopkgtest [13:01:55]: test pybuild-autopkgtest: [----------------------- > pybuild-autopkgtest > I: pybuild base:311: cd > /tmp/autopkgtest-lxc.xl2s4qxe/downtmp/autopkgtest_tmp/build; > python3.13 -m unittest discover -v > ---------------------------------------------------------------------- > Ran 0 tests in 0.000s > NO TESTS RAN > autopkgtest [13:01:56]: test pybuild-autopkgtest: -----------------------] > autopkgtest [13:01:56]: test pybuild-autopkgtest: - - - - - - - - - - > results - - - - - - - - - - > pybuild-autopkgtest PASS > autopkgtest [13:01:56]: @@@@@@@@@@@@@@@@@@@@ summary > pybuild-autopkgtest PASS > Job succeeded
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar
Re: pybuild-autopkgtest NO TESTS RAN should trigger a failure Alexandre Detiste <alexandre.detiste@gmail.com> - 2025-09-07 15:10 +0200 Re: pybuild-autopkgtest NO TESTS RAN should trigger a failure دانیال بهزادی <dani.behzi@ubuntu.com> - 2025-09-08 16:50 +0200
csiph-web