Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] python3-py7zr: update to 0.18.3.
Date: Fri, 08 Apr 2022 03:18:53 +0200	[thread overview]
Message-ID: <20220408011853.Sry-R2X3yJAcTMjO-dZAnH9AM5i45crRa6OgBREvGDs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36538@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3401 bytes --]

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/36538#discussion_r845666968

Comment:
For this one, running with pytest gave an unhelpful error while running with setup.py works fine...
```
=> python3-pyzstd-0.15.2_1: running do_check ...
============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
rootdir: /builddir/pyzstd-0.15.2
collected 130 items

tests/test_zstd.py ..................................................... [ 40%]
........................................................................ [ 96%]
....F                                                                    [100%]

=================================== FAILURES ===================================
__________________________________ test_main ___________________________________

    def test_main():
>       unittest.main()

tests/test_zstd.py:3220: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3.10/unittest/main.py:101: in __init__
    self.runTests()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <unittest.main.TestProgram object at 0x7f3b4a802560>

    def runTests(self):
        if self.catchbreak:
            installHandler()
        if self.testRunner is None:
            self.testRunner = runner.TextTestRunner
        if isinstance(self.testRunner, type):
            try:
                try:
                    testRunner = self.testRunner(verbosity=self.verbosity,
                                                 failfast=self.failfast,
                                                 buffer=self.buffer,
                                                 warnings=self.warnings,
                                                 tb_locals=self.tb_locals)
                except TypeError:
                    # didn't accept the tb_locals argument
                    testRunner = self.testRunner(verbosity=self.verbosity,
                                                 failfast=self.failfast,
                                                 buffer=self.buffer,
                                                 warnings=self.warnings)
            except TypeError:
                # didn't accept the verbosity, buffer or failfast arguments
                testRunner = self.testRunner()
        else:
            # it is assumed to be a TestRunner instance
            testRunner = self.testRunner
        self.result = testRunner.run(self.test)
        if self.exit:
>           sys.exit(not self.result.wasSuccessful())
E           SystemExit: False

/usr/lib/python3.10/unittest/main.py:273: SystemExit
----------------------------- Captured stderr call -----------------------------

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
=========================== short test summary info ============================
FAILED tests/test_zstd.py::test_main - SystemExit: False
======================== 1 failed, 129 passed in 2.57s =========================
=> ERROR: python3-pyzstd-0.15.2_1: do_check: 'PYTHONPATH="$(cd build/lib* && pwd)" pytest3' exited with 1
=> ERROR:   in do_check() at srcpkgs/python3-pyzstd/template:20
```

  parent reply	other threads:[~2022-04-08  1:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 18:11 [PR PATCH] " TinfoilSubmarine
2022-04-07 13:58 ` [PR REVIEW] " ahesford
2022-04-07 13:58 ` ahesford
2022-04-08  1:18 ` TinfoilSubmarine [this message]
2022-04-08  1:35 ` TinfoilSubmarine
2022-04-08  1:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-04-08  1:39 ` [PR REVIEW] " TinfoilSubmarine
2022-04-08  1:40 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-04-11 15:03 ` TinfoilSubmarine
2022-04-12 11:25 ` TinfoilSubmarine
2022-04-12 11:36 ` TinfoilSubmarine
2022-04-12 11:36 ` [PR REVIEW] " TinfoilSubmarine
2022-04-14 16:02 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220408011853.Sry-R2X3yJAcTMjO-dZAnH9AM5i45crRa6OgBREvGDs@z \
    --to=tinfoilsubmarine@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).