--- Begin Message ---
Source: watson
Version: 1.8.0-0.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --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:232: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/cli.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/__main__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/config.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/frames.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/watson.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/fullmoon.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> copying watson/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/watson
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build;
> python3.9 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> plugins: mock-3.6.1
> collected 119 items
>
> tests/test_config.py EEEEE. [
> 5%]
> tests/test_fullmoon.py .. [
> 6%]
> tests/test_utils.py .........................E.................... [
> 45%]
> tests/test_watson.py EEEEEEEEEEEEEEEEEEE.EE...EEE......EEEEEEEEEEEE...E. [
> 88%]
> ..E......EEEEE
> [100%]
>
> ==================================== ERRORS
> ====================================
> ______________________ ERROR at setup of test_config_get
> _______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py,
> line 10
> def test_config_get(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py:10
> ___________________ ERROR at setup of test_config_getboolean
> ___________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py,
> line 26
> def test_config_getboolean(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py:26
> _____________________ ERROR at setup of test_config_getint
> _____________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py,
> line 50
> def test_config_getint(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py:50
> ____________________ ERROR at setup of test_config_getfloat
> ____________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py,
> line 74
> def test_config_getfloat(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py:74
> ____________________ ERROR at setup of test_config_getlist
> _____________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py,
> line 101
> def test_config_getlist(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_config.py:101
> _________ ERROR at setup of test_safe_save_tmpfile_on_other_filesystem
> _________
> file /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_utils.py,
> line 136
> def test_safe_save_tmpfile_on_other_filesystem(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, mocker,
> > module_mocker, monkeypatch, package_mocker, pytestconfig, record_property,
> > record_testsuite_property, record_xml_attribute, recwarn, session_mocker,
> > tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_utils.py:136
> ________________________ ERROR at setup of test_current
> ________________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 42
> def test_current(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:42
> ________________ ERROR at setup of test_current_with_empty_file
> ________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 51
> def test_current_with_empty_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:51
> _____________ ERROR at setup of test_current_with_nonexistent_file
> _____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 57
> def test_current_with_nonexistent_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:57
> _____________ ERROR at setup of test_current_watson_non_valid_json
> _____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 62
> def test_current_watson_non_valid_json(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:62
> _______________ ERROR at setup of test_current_with_given_state
> ________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 71
> def test_current_with_given_state(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:71
> ____________ ERROR at setup of test_current_with_empty_given_state
> _____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 80
> def test_current_with_empty_given_state(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:80
> _______________________ ERROR at setup of test_last_sync
> _______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 90
> def test_last_sync(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:90
> _______________ ERROR at setup of test_last_sync_with_empty_file
> _______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 98
> def test_last_sync_with_empty_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:98
> ____________ ERROR at setup of test_last_sync_with_nonexistent_file
> ____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 104
> def test_last_sync_with_nonexistent_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:104
> ____________ ERROR at setup of test_last_sync_watson_non_valid_json
> ____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 109
> def test_last_sync_watson_non_valid_json(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:109
> ______________ ERROR at setup of test_last_sync_with_given_state
> _______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 118
> def test_last_sync_with_given_state(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:118
> ___________ ERROR at setup of test_last_sync_with_empty_given_state
> ____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 127
> def test_last_sync_with_empty_given_state(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:127
> ________________________ ERROR at setup of test_frames
> _________________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 137
> def test_frames(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:137
> __________________ ERROR at setup of test_frames_without_tags
> __________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 148
> def test_frames_without_tags(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:148
> ________________ ERROR at setup of test_frames_with_empty_file
> _________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 159
> def test_frames_with_empty_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:159
> _____________ ERROR at setup of test_frames_with_nonexistent_file
> ______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 165
> def test_frames_with_nonexistent_file(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:165
> _____________ ERROR at setup of test_frames_watson_non_valid_json
> ______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 170
> def test_frames_watson_non_valid_json(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:170
> _____________________ ERROR at setup of test_given_frames
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 179
> def test_given_frames(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:179
> _____________ ERROR at setup of test_frames_with_empty_given_state
> _____________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 190
> def test_frames_with_empty_given_state(config_dir, mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:190
> _____________________ ERROR at setup of test_wrong_config
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 205
> def test_wrong_config(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:205
> _____________________ ERROR at setup of test_empty_config
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 214
> def test_empty_config(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:214
> __________________ ERROR at setup of test_start_default_tags
> ___________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 252
> def test_start_default_tags(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:252
> ___ ERROR at setup of test_start_default_tags_with_supplementary_input_tags
> ____
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 263
> def test_start_default_tags_with_supplementary_input_tags(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:263
> ______________________ ERROR at setup of test_start_nogap
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 274
> def test_start_nogap(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:274
> _________________ ERROR at setup of test_save_without_changes
> __________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 351
> def test_save_without_changes(mock, watson, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:351
> _____________________ ERROR at setup of test_save_current
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 358
> def test_save_current(mock, watson, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:358
> _______________ ERROR at setup of test_save_current_without_tags
> _______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 371
> def test_save_current_without_tags(mock, watson, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:371
> __________________ ERROR at setup of test_save_empty_current
> ___________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 387
> def test_save_empty_current(config_dir, mock, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:387
> _________________ ERROR at setup of test_save_frames_no_change
> _________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 407
> def test_save_frames_no_change(config_dir, mock, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:407
> ___________________ ERROR at setup of test_save_added_frame
> ____________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 417
> def test_save_added_frame(config_dir, mock, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:417
> __________________ ERROR at setup of test_save_changed_frame
> ___________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 433
> def test_save_changed_frame(config_dir, mock, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:433
> ________________ ERROR at setup of test_save_config_no_changes
> _________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 451
> def test_save_config_no_changes(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:451
> ______________________ ERROR at setup of test_save_config
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 459
> def test_save_config(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:459
> ____________________ ERROR at setup of test_save_last_sync
> _____________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 468
> def test_save_last_sync(mock, watson, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:468
> _________________ ERROR at setup of test_save_empty_last_sync
> __________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 479
> def test_save_empty_last_sync(config_dir, mock, json_mock):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:479
> ______________ ERROR at setup of test_watson_save_calls_safe_save
> ______________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 490
> def test_watson_save_calls_safe_save(mock, config_dir, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:490
> _________________________ ERROR at setup of test_push
> __________________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 534
> def test_push(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:534
> _________________________ ERROR at setup of test_pull
> __________________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 617
> def test_pull(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:617
> _______________ ERROR at setup of test_rename_project_with_time
> ________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 799
> def test_rename_project_with_time(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:799
> _________________ ERROR at setup of test_rename_tag_with_time
> __________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 833
> def test_rename_tag_with_time(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:833
> ______________________ ERROR at setup of test_add_success
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 869
> def test_add_success(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:869
> ______________________ ERROR at setup of test_add_failure
> ______________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 881
> def test_add_failure(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:881
> ________________ ERROR at setup of test_validate_report_options
> ________________
> file
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py,
> line 891
> def test_validate_report_options(mock, watson):
> E fixture 'mock' not found
> > available fixtures: cache, capfd, capfdbinary, caplog, capsys,
> > capsysbinary, class_mocker, config_dir, doctest_namespace, json_mock,
> > mocker, module_mocker, monkeypatch, package_mocker, pytestconfig,
> > record_property, record_testsuite_property, record_xml_attribute, recwarn,
> > session_mocker, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, watson
> > use 'pytest --fixtures [testpath]' for help on them.
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build/tests/test_watson.py:891
> =============================== warnings summary
> ===============================
> .pybuild/cpython3_3.9_watson/build/tests/test_fullmoon.py::test_with_known_date
> .pybuild/cpython3_3.9_watson/build/tests/test_fullmoon.py::test_with_known_date
> .pybuild/cpython3_3.9_watson/build/tests/test_fullmoon.py::test_invalid_ranges
> .pybuild/cpython3_3.9_watson/build/tests/test_fullmoon.py::test_invalid_ranges
> .pybuild/cpython3_3.9_watson/build/tests/test_utils.py::test_get_start_time_for_period[now5-luna-start_time5]
> .pybuild/cpython3_3.9_watson/build/tests/test_utils.py::test_get_start_time_for_period[now11-luna-start_time11]
> /usr/lib/python3/dist-packages/arrow/arrow.py:703: DeprecationWarning: For
> compatibility with the datetime.timestamp() method this property will be
> replaced with a method in the 1.0.0 release, please switch to the
> .int_timestamp property for identical behaviour as soon as possible.
> warnings.warn(
>
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info
> ============================
> ERROR tests/test_config.py::test_config_get
> ERROR tests/test_config.py::test_config_getboolean
> ERROR tests/test_config.py::test_config_getint
> ERROR tests/test_config.py::test_config_getfloat
> ERROR tests/test_config.py::test_config_getlist
> ERROR tests/test_utils.py::test_safe_save_tmpfile_on_other_filesystem
> ERROR tests/test_watson.py::test_current
> ERROR tests/test_watson.py::test_current_with_empty_file
> ERROR tests/test_watson.py::test_current_with_nonexistent_file
> ERROR tests/test_watson.py::test_current_watson_non_valid_json
> ERROR tests/test_watson.py::test_current_with_given_state
> ERROR tests/test_watson.py::test_current_with_empty_given_state
> ERROR tests/test_watson.py::test_last_sync
> ERROR tests/test_watson.py::test_last_sync_with_empty_file
> ERROR tests/test_watson.py::test_last_sync_with_nonexistent_file
> ERROR tests/test_watson.py::test_last_sync_watson_non_valid_json
> ERROR tests/test_watson.py::test_last_sync_with_given_state
> ERROR tests/test_watson.py::test_last_sync_with_empty_given_state
> ERROR tests/test_watson.py::test_frames
> ERROR tests/test_watson.py::test_frames_without_tags
> ERROR tests/test_watson.py::test_frames_with_empty_file
> ERROR tests/test_watson.py::test_frames_with_nonexistent_file
> ERROR tests/test_watson.py::test_frames_watson_non_valid_json
> ERROR tests/test_watson.py::test_given_frames
> ERROR tests/test_watson.py::test_frames_with_empty_given_state
> ERROR tests/test_watson.py::test_wrong_config
> ERROR tests/test_watson.py::test_empty_config
> ERROR tests/test_watson.py::test_start_default_tags
> ERROR
> tests/test_watson.py::test_start_default_tags_with_supplementary_input_tags
> ERROR tests/test_watson.py::test_start_nogap
> ERROR tests/test_watson.py::test_save_without_changes
> ERROR tests/test_watson.py::test_save_current
> ERROR tests/test_watson.py::test_save_current_without_tags
> ERROR tests/test_watson.py::test_save_empty_current
> ERROR tests/test_watson.py::test_save_frames_no_change
> ERROR tests/test_watson.py::test_save_added_frame
> ERROR tests/test_watson.py::test_save_changed_frame
> ERROR tests/test_watson.py::test_save_config_no_changes
> ERROR tests/test_watson.py::test_save_config
> ERROR tests/test_watson.py::test_save_last_sync
> ERROR tests/test_watson.py::test_save_empty_last_sync
> ERROR tests/test_watson.py::test_watson_save_calls_safe_save
> ERROR tests/test_watson.py::test_push
> ERROR tests/test_watson.py::test_pull
> ERROR tests/test_watson.py::test_rename_project_with_time
> ERROR tests/test_watson.py::test_rename_tag_with_time
> ERROR tests/test_watson.py::test_add_success
> ERROR tests/test_watson.py::test_add_failure
> ERROR tests/test_watson.py::test_validate_report_options
> ================== 70 passed, 6 warnings, 49 errors in 0.31s
> ===================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watson/build; python3.9 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/watson_1.8.0-0.1_unstable.log
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 marking 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 ---