Your message dated Tue, 06 Jan 2026 19:14:05 +0000
with message-id <[email protected]>
and subject line Bug#1123149: fixed in pytest-golden 1.0.1-1
has caused the Debian Bug report #1123149,
regarding markdown-callouts: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" --system=custom 
--test-args="{interpreter} -m pytest -v" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:markdown-callouts
Version: 0.4.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:markdown-callouts, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with mkdocs --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf html .pytest_cache
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with mkdocs --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build

[... snipped ...]

  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 166, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/<<PKGBUILDDIR>>/tests/test_extension.py", line 29, in test_extension
    assert html == golden.out["output"]
AssertionError: assert '<blockquote>...</blockquote>' == '<div class="... 
</p>\n</div>'
  
  - <div class="admonition note">
  -   <p class="admonition-title">
  + <blockquote>
  +   <p>
  -     Note
  +     [!Note]...
  
  ...Full output truncated (18 lines hidden), use '-vv' to show
______________________ test_extension[adjacent-nope.yml1] ______________________
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 353, in 
from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 245, in <lambda>
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/logging.py", line 850, in 
pytest_runtest_call
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 900, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 268, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 179, in 
pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1720, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 166, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/<<PKGBUILDDIR>>/tests/test_extension.py", line 29, in test_extension
    assert html == golden.out["output"]
AssertionError: assert '<blockquote>...</blockquote>' == '<div class="... 
</p>\n</div>'
  
  + <blockquote>
  - <div class="admonition note">
  -   <p class="admonition-title">
  -     Note
  -   </p>
      <p>...
  
  ...Full output truncated (8 lines hidden), use '-vv' to show
_______________________ test_extension[extra-space.yml1] _______________________
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 353, in 
from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 245, in <lambda>
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/logging.py", line 850, in 
pytest_runtest_call
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 900, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 268, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 179, in 
pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1720, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 166, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/<<PKGBUILDDIR>>/tests/test_extension.py", line 29, in test_extension
    assert html == golden.out["output"]
AssertionError: assert '<blockquote>...</blockquote>' == '<div class="... 
</p>\n</div>'
  
  - <div class="admonition note">
  -   <p class="admonition-title">
  + <blockquote>
  +   <p>
  -     Note
  +     [!Note] ...
  
  ...Full output truncated (22 lines hidden), use '-vv' to show
________________________ test_extension[adjacent.yml1] _________________________
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 353, in 
from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 245, in <lambda>
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/logging.py", line 850, in 
pytest_runtest_call
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 900, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 268, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 179, in 
pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1720, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 166, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/<<PKGBUILDDIR>>/tests/test_extension.py", line 29, in test_extension
    assert html == golden.out["output"]
AssertionError: assert '<blockquote>...TE: bar\n</p>' == '<div class="... 
</p>\n</div>'
  
  - <div class="admonition note">
  -   <p class="admonition-title">
  + <blockquote>
  +   <p>
  -     Note
  +     [!Note]...
  
  ...Full output truncated (20 lines hidden), use '-vv' to show
=========================== short test summary info ============================
FAILED tests/test_extension.py::test_extension[basic.yml0] - assert '<p>\n  N...
FAILED tests/test_extension.py::test_extension[adjacent-3.yml] - assert '<blo...
FAILED tests/test_extension.py::test_extension[blockquotes-many-joined.yml0]
FAILED tests/test_extension.py::test_extension[blockquotes-together.yml0] - a...
FAILED tests/test_extension.py::test_extension[newline-first.yml] - assert '<...
FAILED tests/test_extension.py::test_extension[adjacent-text-block.yml0] - as...
FAILED tests/test_extension.py::test_extension[with-list.yml0] - assert '<ul>...
FAILED tests/test_extension.py::test_extension[nested-block.yml] - assert '<b...
FAILED 
tests/test_extension.py::test_extension[blockquotes-split-by-comments.yml0]
FAILED tests/test_extension.py::test_extension[adjacent-2.yml] - assert '<p>\...
FAILED tests/test_extension.py::test_extension[linebreak-after.yml0] - assert...
FAILED tests/test_extension.py::test_extension[just-callout.yml] - AssertionE...
FAILED tests/test_extension.py::test_extension[adjacent-1.yml] - assert '<p>\...
FAILED tests/test_extension.py::test_extension[adjacent-nope.yml0] - assert '...
FAILED tests/test_extension.py::test_extension[extra-space.yml0] - assert '<p...
FAILED tests/test_extension.py::test_extension[title/basic.yml] - assert '<p>...
FAILED tests/test_extension.py::test_extension[title/multiline-title.yml] - a...
FAILED tests/test_extension.py::test_extension[title/preserve-dot-double.yml]
FAILED tests/test_extension.py::test_extension[title/link-ref-as-title.yml]
FAILED tests/test_extension.py::test_extension[title/blockstyle-interrupted.yml]
FAILED tests/test_extension.py::test_extension[title/no-strip-period.yml] - a...
FAILED tests/test_extension.py::test_extension[title/nested-block.yml] - asse...
FAILED tests/test_extension.py::test_extension[title/blockstyle.yml] - assert...
FAILED tests/test_extension.py::test_extension[title/text-after.yml] - assert...
FAILED tests/test_extension.py::test_extension[title/no-dot.yml] - assert '<p...
FAILED tests/test_extension.py::test_extension[title/avoid-bold-after-text.yml]
FAILED tests/test_extension.py::test_extension[title/inline-formatting.yml]
FAILED tests/test_extension.py::test_extension[title/preserve-dot-format.yml]
FAILED tests/test_extension.py::test_extension[title/preserve-dot-escape.yml]
FAILED tests/test_extension.py::test_extension[title/no-body.yml] - assert '<...
FAILED tests/test_extension.py::test_extension[title/avoid-title.yml] - asser...
FAILED tests/test_extension.py::test_extension[title/linebreak-after-title.yml]
FAILED tests/test_extension.py::test_extension[details/basic.yml] - assert '<...
FAILED tests/test_extension.py::test_extension[details/no-space.yml] - assert...
FAILED tests/test_extension.py::test_extension[details/nested.yml] - assert '...
FAILED tests/test_extension.py::test_extension[details/basic-open.yml] - asse...
FAILED tests/test_extension.py::test_extension[basic.yml1] - assert '<blockqu...
FAILED tests/test_extension.py::test_extension[varied-case.yml] - assert '<bl...
FAILED tests/test_extension.py::test_extension[blockquotes-many-joined.yml1]
FAILED tests/test_extension.py::test_extension[blockquotes-together.yml1] - a...
FAILED tests/test_extension.py::test_extension[adjacent-text-block.yml1] - as...
FAILED tests/test_extension.py::test_extension[with-list.yml1] - assert '<ul>...
FAILED 
tests/test_extension.py::test_extension[blockquotes-split-by-comments.yml1]
FAILED tests/test_extension.py::test_extension[barely-callout.yml] - assert '...
FAILED tests/test_extension.py::test_extension[nested-block-nope.yml] - asser...
FAILED tests/test_extension.py::test_extension[linebreak-after.yml1] - assert...
FAILED tests/test_extension.py::test_extension[classes.yml] - assert '<blockq...
FAILED tests/test_extension.py::test_extension[adjacent.yml0] - assert '<bloc...
FAILED tests/test_extension.py::test_extension[adjacent-nope.yml1] - assert '...
FAILED tests/test_extension.py::test_extension[extra-space.yml1] - assert '<b...
FAILED tests/test_extension.py::test_extension[adjacent.yml1] - assert '<bloc...
======================== 51 failed, 10 passed in 0.26s =========================
E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: 
python3.13 -m pytest -v
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" --system=custom --test-args="{interpreter} -m pytest -v" returned exit 
code 13
make[1]: *** [debian/rules:24: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pytest-golden
Source-Version: 1.0.1-1
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pytest-golden, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated pytest-golden package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 06 Jan 2026 18:45:18 +0000
Source: pytest-golden
Architecture: source
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123149
Changes:
 pytest-golden (1.0.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release:
     - Fix regression with detecting directories starting with test_ (closes:
       #1123149).
Checksums-Sha1:
 d80740222ab54ab358b974346a0723d64d6168bf 2366 pytest-golden_1.0.1-1.dsc
 2ac4f1f10f9fcd8e74451ce7e359694663b34980 13955 pytest-golden_1.0.1.orig.tar.gz
 064a6c4db7759772c671a3ac66949091dcf82fa3 2888 
pytest-golden_1.0.1-1.debian.tar.xz
Checksums-Sha256:
 2ad055dff7659cc9f75ff319a1377c9d24f362195270924e326c2126fbef3f41 2366 
pytest-golden_1.0.1-1.dsc
 a0f13f158b74898d90da0f526cbb4d95942f5fbaf2bdb2ef71ed6655711d8c7a 13955 
pytest-golden_1.0.1.orig.tar.gz
 adb909def2b4bcb4356078c2e9c7a7c0c3f3438991147bd38d13a2544384d962 2888 
pytest-golden_1.0.1-1.debian.tar.xz
Files:
 33ddaa464bb1061c3eb1c8236553b221 2366 python optional pytest-golden_1.0.1-1.dsc
 471b0b57088e429b34cbe62887d2fdd9 13955 python optional 
pytest-golden_1.0.1.orig.tar.gz
 493e1e3a121116ae600995898a9b0230 2888 python optional 
pytest-golden_1.0.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmldWR0ACgkQOTWH2X2G
UAsqFg/9HAeEgU6TFV/cyqAr+EGkmXxUvVJRSACeavJnLYw7v65NQGRuJj2jApDN
91s3cG72IxesQfxD56nubUnpzARjuY/5m7OAFnYtUN0jnV2eACrYsB0yxw59OsM0
R3LE3hVRq8ew8sWHqlHNxWLAtsjCjedziCnbNLuqTmwYQUmjWu5GhdebIg41IXRd
EkfwgQlDujEb//wNEQGhh0jzh6bViTFyvo08mPxUzDwMS/RY7xuojIgnNKzjup6T
jCOHrRas1EPwO+VbQGO0pZpbOHgekktGg978k78HCXSz5yikLw0gumyMAgRMiLQz
kR/pr02Ywmrrm8Thp9bEhUf1phXzlum2AWwoVpEI+NbNuVaGAVZg7Tect9EMshZg
hjoeHJ5KqJqahWm3gVtjKyVDBIzYePhKR/ia5+qw1I8cr5vuZpDUA3fZUodLoGZL
yR7ct3D3Esq6pj94HwzTMuS1t5PKF7F+stGCz/FGq3CLlWy2q7FtrFQcnJ9yuagn
3CoqNZW1gES9bMPQi4WzgIhziJf0n9ieVgl+hr0TBdFk+eMf9WMjeAlQdbqsSstx
WPJ9+3M6xk3rKgxPqlr7jUVI+B/35QRwY1xoNmah8W0aDwetRn7dn/PLjU2u/Gi7
FL7pw0+FOrhZsCwgdePd6wgv/X8NmqJNohJfdOAaTECZDsuzNR0=
=ivAy
-----END PGP SIGNATURE-----

Attachment: pgpizCdCdwllX.pgp
Description: PGP signature


--- End Message ---

Reply via email to