Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] python3-GitPython: adopt orphaned package and update to 3.1.26.
Date: Sat, 12 Feb 2022 18:42:36 +0100	[thread overview]
Message-ID: <20220212174236.uAAe4kIgTpPVgoAIL2qcHOoiVlobsvWHZAZpbATyVGM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35536@inbox.vuxu.org>

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677

Comment:
For reference, here are the logs from a failed check:
```
=> python3-gitdb-4.0.9_1: running do_check ...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
warning: no files found matching 'VERSION'
warning: no files found matching 'CHANGES'
warning: no files found matching 'README'
warning: no files found matching 'gitdb/_fun.c'
warning: no files found matching 'gitdb/_delta_apply.c'
warning: no files found matching 'gitdb/_delta_apply.h'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.o' found anywhere in distribution
writing manifest file 'gitdb.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "/builddir/gitdb-4.0.9/setup.py", line 13, in <module>
    setup(
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 155, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 148, in setup
    return run_commands(dist)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 163, in run_commands
    dist.run_commands()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
    cmd_obj.run()
  File "/usr/lib/python3.10/site-packages/setuptools/command/test.py", line 223, in run
    self.run_tests()
  File "/usr/lib/python3.10/site-packages/setuptools/command/test.py", line 226, in run_tests
    test = unittest.main(
  File "/usr/lib/python3.10/unittest/main.py", line 100, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python3.10/unittest/main.py", line 124, in parseArgs
    self._do_discovery(argv[2:])
  File "/usr/lib/python3.10/unittest/main.py", line 244, in _do_discovery
    self.createTests(from_discovery=True, Loader=Loader)
  File "/usr/lib/python3.10/unittest/main.py", line 154, in createTests
    self.test = loader.discover(self.start, self.pattern, self.top)
  File "/usr/lib/python3.10/unittest/loader.py", line 349, in discover
    tests = list(self._find_tests(start_dir, pattern))
  File "/usr/lib/python3.10/unittest/loader.py", line 405, in _find_tests
    tests, should_recurse = self._find_test_path(
  File "/usr/lib/python3.10/unittest/loader.py", line 483, in _find_test_path
    tests = self.loadTestsFromModule(package, pattern=pattern)
  File "/usr/lib/python3.10/site-packages/setuptools/command/test.py", line 56, in loadTestsFromModule
    tests.append(self.loadTestsFromName(submodule))
  File "/usr/lib/python3.10/unittest/loader.py", line 191, in loadTestsFromName
    return self.loadTestsFromModule(obj)
  File "/usr/lib/python3.10/site-packages/setuptools/command/test.py", line 59, in loadTestsFromModule
    return self.suiteClass(tests)
  File "/usr/lib/python3.10/unittest/suite.py", line 24, in __init__
    self.addTests(tests)
  File "/usr/lib/python3.10/unittest/suite.py", line 58, in addTests
    self.addTest(test)
  File "/usr/lib/python3.10/unittest/suite.py", line 47, in addTest
    raise TypeError("{} is not callable".format(repr(test)))
TypeError: None is not callable
=> ERROR: python3-gitdb-4.0.9_1: do_check: 'python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
=> ERROR:   in do_check() at common/build-style/python3-module.sh:40
```

  parent reply	other threads:[~2022-02-12 17:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 16:50 [PR PATCH] python3-GitPython: " jcgruenhage
2022-02-11 17:27 ` [PR PATCH] [Updated] " jcgruenhage
2022-02-12 17:05 ` [PR REVIEW] python3-GitPython: adopt orphaned package and " paper42
2022-02-12 17:05 ` paper42
2022-02-12 17:05 ` paper42
2022-02-12 17:05 ` paper42
2022-02-12 17:18 ` jcgruenhage
2022-02-12 17:28 ` jcgruenhage
2022-02-12 17:38 ` jcgruenhage
2022-02-12 17:42 ` jcgruenhage [this message]
2022-02-12 17:56 ` paper42
2022-02-12 17:58 ` paper42
2022-02-12 18:42 ` [PR PATCH] [Updated] " jcgruenhage
2022-02-12 18:46 ` [PR REVIEW] " jcgruenhage
2022-02-12 18:49 ` jcgruenhage
2022-02-12 18:49 ` jcgruenhage
2022-02-12 19:35 ` paper42
2022-02-12 19:35 ` paper42
2022-02-12 20:27 ` jcgruenhage
2022-02-12 21:43 ` paper42
2022-02-13 10:37 ` [PR PATCH] [Updated] " jcgruenhage
2022-02-13 10:40 ` [PR REVIEW] " jcgruenhage
2022-02-13 12:36 ` [PR PATCH] [Merged]: " paper42

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=20220212174236.uAAe4kIgTpPVgoAIL2qcHOoiVlobsvWHZAZpbATyVGM@z \
    --to=jcgruenhage@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).