Your message dated Sun, 28 Jan 2024 12:45:09 +0100
with message-id 
<CADsTwj+V2jeXFoyNjqt4qPy1O=vgwK7DktVD4=byxrxlnms...@mail.gmail.com>
and subject line done
has caused the Debian Bug report #1052771,
regarding pypuppetdb: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p 3.11 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 ow...@bugs.debian.org
immediately.)


-- 
1052771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pypuppetdb
Version: 2.2.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:291: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:291: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/errors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/QueryBuilder.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/package.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
> copying pypuppetdb/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/pypuppetdb
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build; python3.11 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build
> configfile: pytest.ini
> collected 156 items
> 
> tests/test_baseapi.py .E......................EEEEEEEEEEEEEEEEEEEEEEEEEE [ 
> 32%]
> EEEEEEEEEEEE.E.EEEEEEEEEEEE                                              [ 
> 49%]
> tests/test_connect.py .                                                  [ 
> 50%]
> tests/test_package.py .                                                  [ 
> 50%]
> tests/test_querybuilder.py ......................................        [ 
> 75%]
> tests/test_types.py ..............................                       [ 
> 94%]
> tests/test_utils.py EEEEEE...                                            
> [100%]
> 
> ==================================== ERRORS 
> ====================================
> ____________ ERROR at setup of TestBaseAPIInitOptions.test_defaults 
> ____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 37
>       def test_defaults(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:37
> _____________ ERROR at setup of TestBaseAPIProperties.test_version 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 155
>       def test_version(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:155
> ____________ ERROR at setup of TestBaseAPIProperties.test_base_url 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 158
>       def test_base_url(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:158
> __________ ERROR at setup of TestBaseAPIProperties.test_base_url_ssl 
> ___________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 161
>       def test_base_url_ssl(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:161
> ______________ ERROR at setup of TestBaseAPIProperties.test_total 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 165
>       def test_total(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:165
> ______________ ERROR at setup of TestBaseAPIURL.test_without_path 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 171
>       def test_without_path(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:171
> _________ ERROR at setup of TestBaseAPIURL.test_with_invalid_endpoint 
> __________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 175
>       def test_with_invalid_endpoint(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:175
> _______________ ERROR at setup of TestBaseAPIURL.test_with_path 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 179
>       def test_with_path(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:179
> _________________ ERROR at setup of TestBaseAPIURL.test_quote 
> __________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 184
>       def test_quote(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:184
> _________________ ERROR at setup of TestAPIQuery.test_timeout 
> __________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 192
>       @mock.patch.object(requests.Session, 'request')
>       def test_timeout(self, get, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:192
> _____________ ERROR at setup of TestAPIQuery.test_connectionerror 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 200
>       @mock.patch.object(requests.Session, 'request')
>       def test_connectionerror(self, get, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:200
> ________________ ERROR at setup of TestAPIQuery.test_httperror 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 208
>       @mock.patch.object(requests.Session, 'request')
>       def test_httperror(self, get, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:208
> ______ ERROR at setup of TestAPIQuery.test_setting_headers_without_token 
> _______
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 217
>       def test_setting_headers_without_token(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:217
> ________ ERROR at setup of TestAPIQuery.test_setting_headers_with_token 
> ________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 231
>       def test_setting_headers_with_token(self, token_baseapi):
> E       fixture 'token_baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:231
> ________________ ERROR at setup of TestAPIQuery.test_with_path 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 249
>       def test_with_path(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:249
> ______________ ERROR at setup of TestAPIQuery.test_with_url_path 
> _______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 257
>       def test_with_url_path(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:257
> _______ ERROR at setup of TestAPIQuery.test_with_password_authorization 
> ________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 266
>       def test_with_password_authorization(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:266
> _________ ERROR at setup of TestAPIQuery.test_with_token_authorization 
> _________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 280
>       def test_with_token_authorization(self, token_baseapi):
> E       fixture 'token_baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:280
> ________________ ERROR at setup of TestAPIQuery.test_with_query 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 288
>       def test_with_query(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:288
> ________________ ERROR at setup of TestAPIQuery.test_with_order 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 297
>       def test_with_order(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:297
> ________________ ERROR at setup of TestAPIQuery.test_with_limit 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 306
>       def test_with_limit(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:306
> ____________ ERROR at setup of TestAPIQuery.test_with_include_total 
> ____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 315
>       def test_with_include_total(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:315
> _______________ ERROR at setup of TestAPIQuery.test_with_offset 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 324
>       def test_with_offset(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:324
> ____________ ERROR at setup of TestAPIQuery.test_with_summarize_by 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 333
>       def test_with_summarize_by(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:333
> ______________ ERROR at setup of TestAPIQuery.test_with_count_by 
> _______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 342
>       def test_with_count_by(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:342
> ____________ ERROR at setup of TestAPIQuery.test_with_count_filter 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 351
>       def test_with_count_filter(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:351
> _____________ ERROR at setup of TestAPIQuery.test_with_payload_get 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 360
>       def test_with_payload_get(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:360
> ____________ ERROR at setup of TestAPIQuery.test_with_payload_post 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 372
>       def test_with_payload_post(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:372
> ______________ ERROR at setup of TestAPIQuery.test_response_empty 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 385
>       def test_response_empty(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:385
> ____________ ERROR at setup of TestAPIQuery.test_response_x_records 
> ____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 393
>       def test_response_x_records(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:393
> __________ ERROR at setup of TestAPIQuery.test_query_bad_request_type 
> __________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 404
>       def test_query_bad_request_type(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:404
> _________ ERROR at setup of TestAPIQuery.test_query_with_post[string] 
> __________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 414
>       def test_query_with_post(self, baseapi, query):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:414
> ______ ERROR at setup of TestAPIQuery.test_query_with_post[QueryBuilder] 
> _______
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 414
>       def test_query_with_post(self, baseapi, query):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:414
> _______________ ERROR at setup of TestAPIQuery.test_cmd[string] 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 432
>       def test_cmd(self, baseapi, query):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:432
> ____________ ERROR at setup of TestAPIQuery.test_cmd[QueryBuilder] 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 432
>       def test_cmd(self, baseapi, query):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:432
> _____________ ERROR at setup of TestAPIQuery.test_cmd_bad_command 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 452
>       def test_cmd_bad_command(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:452
> _______ ERROR at setup of TestAPIQuery.test_cmd_with_token_authorization 
> _______
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 460
>       def test_cmd_with_token_authorization(self, token_baseapi):
> E       fixture 'token_baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:460
> _______________ ERROR at setup of TestAPIMethods.test_metric_v1 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 471
>       def test_metric_v1(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:471
> _____________ ERROR at setup of TestAPIMethods.test_metric_v1_list 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 478
>       def test_metric_v1_list(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:478
> _______________ ERROR at setup of TestAPIMethods.test_metric_v2 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 493
>       def test_metric_v2(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:493
> ________ ERROR at setup of TestAPIMethods.test_metric_v2_version_string 
> ________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 538
>       def test_metric_v2_version_string(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:538
> ____________ ERROR at setup of TestAPIMethods.test_metric_v2_error 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 560
>       def test_metric_v2_error(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:560
> __ ERROR at setup of TestAPIMethods.test_metric_v2_escape_special_characters 
> ___
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 580
>       def test_metric_v2_escape_special_characters(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:580
> _____________ ERROR at setup of TestAPIMethods.test_metric_v2_list 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 606
>       def test_metric_v2_list(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:606
> ___________ ERROR at setup of TestAPIMethods.test_metric_bad_version 
> ___________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 632
>       def test_metric_bad_version(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:632
> _________________ ERROR at setup of TestAPIMethods.test_facts 
> __________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 636
>       def test_facts(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:636
> _______________ ERROR at setup of TestAPIMethods.test_fact_names 
> _______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 657
>       def test_fact_names(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:657
> ________ ERROR at setup of TestAPIMethods.test_normalize_resource_type 
> _________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 665
>       def test_normalize_resource_type(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:665
> ______________ ERROR at setup of TestAPIMethods.test_environments 
> ______________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 670
>       def test_environments(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:670
> _______________ ERROR at setup of TestAPIMethods.test_inventory 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 678
>       def test_inventory(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:678
> _________________ ERROR at setup of TestAPIMethods.test_status 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 699
>       def test_status(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:699
> ________________ ERROR at setup of TestAPIMethods.test_command 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py,
>  line 710
>       def test_command(self, baseapi):
> E       fixture 'baseapi' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, query, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_baseapi.py:710
> __________________ ERROR at setup of TestUTC.test_utc_offset 
> ___________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 13
>       def test_utc_offset(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:13
> ____________________ ERROR at setup of TestUTC.test_tzname 
> _____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 16
>       def test_tzname(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:16
> ______________________ ERROR at setup of TestUTC.test_dst 
> ______________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 19
>       def test_dst(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:19
> ___________________ ERROR at setup of TestUTC.test_magic_str 
> ___________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 22
>       def test_magic_str(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:22
> _________________ ERROR at setup of TestUTC.test_magic_unicode 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 25
>       def test_magic_unicode(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:25
> __________________ ERROR at setup of TestUTC.test_magic_repr 
> ___________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py, 
> line 28
>       def test_magic_repr(self, utc):
> E       fixture 'utc' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build/tests/test_utils.py:28
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: 
> PytestConfigWarning: Unknown config option: pep8maxlinelength
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_baseapi.py::TestBaseAPIInitOptions::test_defaults
> ERROR tests/test_baseapi.py::TestBaseAPIProperties::test_version
> ERROR tests/test_baseapi.py::TestBaseAPIProperties::test_base_url
> ERROR tests/test_baseapi.py::TestBaseAPIProperties::test_base_url_ssl
> ERROR tests/test_baseapi.py::TestBaseAPIProperties::test_total
> ERROR tests/test_baseapi.py::TestBaseAPIURL::test_without_path
> ERROR tests/test_baseapi.py::TestBaseAPIURL::test_with_invalid_endpoint
> ERROR tests/test_baseapi.py::TestBaseAPIURL::test_with_path
> ERROR tests/test_baseapi.py::TestBaseAPIURL::test_quote
> ERROR tests/test_baseapi.py::TestAPIQuery::test_timeout
> ERROR tests/test_baseapi.py::TestAPIQuery::test_connectionerror
> ERROR tests/test_baseapi.py::TestAPIQuery::test_httperror
> ERROR tests/test_baseapi.py::TestAPIQuery::test_setting_headers_without_token
> ERROR tests/test_baseapi.py::TestAPIQuery::test_setting_headers_with_token
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_path
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_url_path
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_password_authorization
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_token_authorization
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_query
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_order
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_limit
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_include_total
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_offset
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_summarize_by
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_count_by
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_count_filter
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_payload_get
> ERROR tests/test_baseapi.py::TestAPIQuery::test_with_payload_post
> ERROR tests/test_baseapi.py::TestAPIQuery::test_response_empty
> ERROR tests/test_baseapi.py::TestAPIQuery::test_response_x_records
> ERROR tests/test_baseapi.py::TestAPIQuery::test_query_bad_request_type
> ERROR tests/test_baseapi.py::TestAPIQuery::test_query_with_post[string]
> ERROR tests/test_baseapi.py::TestAPIQuery::test_query_with_post[QueryBuilder]
> ERROR tests/test_baseapi.py::TestAPIQuery::test_cmd[string]
> ERROR tests/test_baseapi.py::TestAPIQuery::test_cmd[QueryBuilder]
> ERROR tests/test_baseapi.py::TestAPIQuery::test_cmd_bad_command
> ERROR tests/test_baseapi.py::TestAPIQuery::test_cmd_with_token_authorization
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v1
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v1_list
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v2
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v2_version_string
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v2_error
> ERROR 
> tests/test_baseapi.py::TestAPIMethods::test_metric_v2_escape_special_characters
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_v2_list
> ERROR tests/test_baseapi.py::TestAPIMethods::test_metric_bad_version
> ERROR tests/test_baseapi.py::TestAPIMethods::test_facts
> ERROR tests/test_baseapi.py::TestAPIMethods::test_fact_names
> ERROR tests/test_baseapi.py::TestAPIMethods::test_normalize_resource_type
> ERROR tests/test_baseapi.py::TestAPIMethods::test_environments
> ERROR tests/test_baseapi.py::TestAPIMethods::test_inventory
> ERROR tests/test_baseapi.py::TestAPIMethods::test_status
> ERROR tests/test_baseapi.py::TestAPIMethods::test_command
> ERROR tests/test_utils.py::TestUTC::test_utc_offset
> ERROR tests/test_utils.py::TestUTC::test_tzname
> ERROR tests/test_utils.py::TestUTC::test_dst
> ERROR tests/test_utils.py::TestUTC::test_magic_str
> ERROR tests/test_utils.py::TestUTC::test_magic_unicode
> ERROR tests/test_utils.py::TestUTC::test_magic_repr
> =================== 98 passed, 1 warning, 58 errors in 0.68s 
> ===================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pypuppetdb/build; python3.11 -m 
> pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/pypuppetdb_2.2.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Version: 3.2.0-1

--- End Message ---

Reply via email to