Package Details: python-toml-git 0.10.2.r9.g65bab75-1

Git Clone URL: https://aur.archlinux.org/python-toml-git.git (read-only, click to copy)
Package Base: python-toml-git
Description: A Python library for parsing and creating TOML
Upstream URL: https://github.com/uiri/toml
Licenses: MIT
Conflicts: python-toml
Provides: python-toml
Submitter: truocolo
Maintainer: truocolo
Last Packager: truocolo
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-28 02:13 (UTC)
Last Updated: 2024-01-28 02:13 (UTC)

Required by (141)

Sources (2)

Latest Comments

truocolo commented on 2024-01-28 15:43 (UTC) (edited on 2024-01-28 15:43 (UTC) by truocolo)

@MarsSeed: it's to be expected for the check to not work, it's a -git package.

You can try building with --nocheck, see if that issue is to be reported upstream or suggest an edit.

MarsSeed commented on 2024-01-28 11:47 (UTC)

Fails during check():

==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.4, pluggy-1.4.0 -- /usr/bin/python
cachedir: .pytest_cache
rootdir: /var/tmp/python-toml-git/src/toml
collecting ... collected 24 items / 1 error / 2 deselected / 22 selected

==================================== ERRORS ====================================
___________________ ERROR collecting tests/encoding_test.py ____________________
tests/encoding_test.py:27: in <module>
    j = json.loads(sys.stdin.read())
/usr/lib/python3.11/site-packages/_pytest/capture.py:202: in read
    raise OSError(
E   OSError: pytest: reading from stdin while output is captured!  Consider using `-s`.
=========================== short test summary info ============================
ERROR tests/encoding_test.py - OSError: pytest: reading from stdin while outp...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
======================== 2 deselected, 1 error in 0.10s ========================
==> ERROR: A failure occurred in check().
    Aborting...