Package Details: python-devtools 0.11.0-1

Git Clone URL: https://aur.archlinux.org/python-devtools.git (read-only, click to copy)
Package Base: python-devtools
Description: Python's missing debug print command and other development tools.
Upstream URL: https://pypi.org/project/devtools
Licenses: MIT
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 1
Popularity: 0.000000
First Submitted: 2019-10-27 11:37 (UTC)
Last Updated: 2023-04-05 21:36 (UTC)

Latest Comments

Jaakkonen commented on 2021-09-15 07:56 (UTC)

This depends on python-executing for doing devtools.debug() calls. https://github.com/samuelcolvin/python-devtools/blob/master/devtools/debug.py#L161

KokaKiwi commented on 2020-10-28 11:00 (UTC) (edited on 2020-10-28 11:00 (UTC) by KokaKiwi)

I added the pytest deps needed for the check() function, which was what caused the build failures.

phelixxx commented on 2020-10-27 14:09 (UTC)

Same here.

BujuArena commented on 2020-10-26 23:41 (UTC)

I am experiencing the same issue.

kristerv commented on 2020-10-26 13:17 (UTC) (edited on 2020-10-26 13:21 (UTC) by kristerv)

yup same error here. couldn't upgrade. Tried uninstalling and installing, same issue. now I don't have it :D

for completeness sake, here's the full process: https://pastebin.com/ddG2H8HW

mark commented on 2020-10-22 19:03 (UTC)

It fails building with: File "/usr/lib/python3.8/unittest/loader.py", line 211, in loadTestsFromName raise TypeError("calling %s returned %s, not a test" % TypeError: calling <devtools.debug.Debug object at 0x7f819e2ae2b0> returned None, not a test