Package Details: python-pytest-codeblocks 0.17.0-1

Git Clone URL: https://aur.archlinux.org/python-pytest-codeblocks.git (read-only, click to copy)
Package Base: python-pytest-codeblocks
Description: Test code blocks in your READMEs
Upstream URL: https://github.com/nschloe/pytest-codeblocks
Keywords: plugin pytest
Licenses: MIT
Submitter: carlosal1015
Maintainer: carlosal1015 (graysky)
Last Packager: carlosal1015
Votes: 2
Popularity: 0.000000
First Submitted: 2021-08-12 13:51 (UTC)
Last Updated: 2023-09-17 19:55 (UTC)

Latest Comments

carlosal1015 commented on 2022-06-07 16:00 (UTC)

Thanks @newsboost, sorry my bad for do not build the package before.

Build system changed from flit to setuptools.

newsboost commented on 2022-06-07 15:48 (UTC)

Hi. I get a lot of upgrade errors, e.g. AssertionError:

==> Making package: python-pytest-codeblocks 0.16.0-1 (2022-06-07T17:44:40 CEST)
...
...
...
==> Sources are ready.
==> Making package: python-pytest-codeblocks 0.16.0-1 (2022-06-07T17:44:43 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
...
...
...
==> Starting check()...
['/usr/lib/python3.10/site-packages/install/_vendor/installer/src', '/home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0/test-env/lib/python3.10/site-packages', '/usr/lib/python3.10/site-packages']
Listing '.install-cache/pkg'...
Listing '.install-cache/pkg/UNKNOWN-0.0.0.dist-info'...
============================================================================================== test session starts ==============================================================================================
platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0
rootdir: /home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0
plugins: pytest_codeblocks-0.15.0, anyio-3.6.1
collected 34 items

tests/test_comment_styles.py ....                                                                                                                                                                         [ 11%]
tests/test_cont.py ...                                                                                                                                                                                    [ 20%]
tests/test_errors.py ..                                                                                                                                                                                   [ 26%]
tests/test_expect_error.py FF.F                                                                                                                                                                           [ 38%]
tests/test_expected_output.py ..                                                                                                                                                                          [ 44%]
tests/test_general.py .FF                                                                                                                                                                                 [ 52%]
tests/test_shell.py ..FF...                                                                                                                                                                               [ 73%]
tests/test_skipif.py FFF.F...                                                                                                                                                                             [ 97%]
tests/test_unicode.py .                                                                                                                                                                                   [100%]

=================================================================================================== FAILURES ====================================================================================================
home/user/.cache/yay/python-pytest-codeblocks/src/pytest-codeblocks-0.16.0/tests/test_general.py:38: AssertionError

Not sure what's the issue?