Source: python-shippinglabel
Version: 1.7.1+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 -m pytest  -v --ignore=tests/test_pypi.py 
> --ignore=tests/test_checksum.py
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 -- 
> /usr/bin/python3
> cachedir: .pytest_cache
> Test session started at 20:04:34
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> plugins: cov-4.1.0, datadir-1.4.1+ds, timeout-2.2.0, rerunfailures-12.0, 
> betamax-0.9.0, regressions-2.5.0+ds
> timeout: 300.0s
> timeout method: signal
> timeout func_only: False
> collecting ... collected 367 items
> 
> tests/test_classifiers.py::TestValidateClassifiers::test_errors 
> PASSED   [  0%]
> tests/test_classifiers.py::TestValidateClassifiers::test_deprecated 
> PASSED [  0%]
> tests/test_classifiers.py::TestValidateClassifiers::test_valid 
> PASSED    [  0%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_upper] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_lower] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_upper] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_lower] 
> PASSED [  1%]
> tests/test_classifiers.py::test_classifiers_from_requirements[matplotlib_upper]
>  PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[matplotlib_lower]
>  PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pygame] 
> PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[arcade] 
> PASSED [  2%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flake8] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flake8-walrus] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[flask] 
> PASSED [  3%]
> tests/test_classifiers.py::test_classifiers_from_requirements[werkzeug] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[click] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest] 
> PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest-randomly]
>  PASSED [  4%]
> tests/test_classifiers.py::test_classifiers_from_requirements[tox] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[tox-envlist] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[Tox==1.2.3] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[sphinx] 
> PASSED [  5%]
> tests/test_classifiers.py::test_classifiers_from_requirements[sphinx-toolbox] 
> PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[Sphinx>=1.3] 
> PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[jupyter_matplotlib]
>  PASSED [  6%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dash_flask] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest_flake8] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dulwich] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[gitpython] 
> PASSED [  7%]
> tests/test_classifiers.py::test_classifiers_from_requirements[dulwich_southwark]
>  PASSED [  8%]
> tests/test_conda.py::test_compile_requirements PASSED           
>          [  8%]
> tests/test_conda.py::test_compile_requirements_markers_url_extras 
> PASSED [  8%]
> tests/test_conda.py::test_prepare_requirements PASSED           
>          [  8%]
> tests/test_conda.py::test_prepare_requirements_markers_url_extras 
> PASSED [  9%]
> tests/test_conda.py::test_get_channel_listing[False] SKIPPED 
> (unknow...) [  9%]
> tests/test_conda.py::test_get_channel_listing[domdfcoding] SKIPPED 
> (...) [  9%]
> tests/test_conda.py::test_get_channel_listing[conda-forge] SKIPPED 
> (...) [ 10%]
> tests/test_conda.py::test_get_channel_listing[True] SKIPPED 
> (unknown...) [ 10%]
> tests/test_conda.py::test_get_channel_listing_error SKIPPED 
> (unknown...) [ 10%]
> tests/test_conda.py::test_validate_requirements SKIPPED (unknown 
> error)  [ 10%]
> tests/test_conda.py::test_validate_requirements_unsatisfied 
> SKIPPED      [ 11%]
> tests/test_conda.py::test_make_conda_description[channels-a-summary-a] 
> PASSED [ 11%]
> tests/test_conda.py::test_make_conda_description[channels-a-summary-b] 
> PASSED [ 11%]
> tests/test_conda.py::test_make_conda_description[channels-b-summary-a] 
> PASSED [ 11%]
> tests/test_conda.py::test_make_conda_description[channels-b-summary-b] 
> PASSED [ 12%]
> tests/test_conda.py::test_make_conda_description[channels-c-summary-a] 
> PASSED [ 12%]
> tests/test_conda.py::test_make_conda_description[channels-c-summary-b] 
> PASSED [ 12%]
> tests/test_conda.py::test_make_conda_description[channels-d-summary-a] 
> PASSED [ 13%]
> tests/test_conda.py::test_make_conda_description[channels-d-summary-b] 
> PASSED [ 13%]
> tests/test_conda.py::test_make_conda_description[channels - e-summary-a] 
> PASSED [ 13%]
> tests/test_conda.py::test_make_conda_description[channels - e-summary-b] 
> PASSED [ 13%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other0] 
> PASSED [ 14%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other1] 
> PASSED [ 14%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other2] 
> PASSED [ 14%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other3] 
> PASSED [ 14%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other4] 
> PASSED [ 15%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other5] 
> PASSED [ 15%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other6] 
> PASSED [ 15%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[other7] 
> PASSED [ 16%]
> tests/test_requirements.py::TestComparableRequirement::test_eq[pytest] 
> PASSED [ 16%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[pytest-rerunfailures]
>  PASSED [ 16%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other1] 
> PASSED [ 16%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other2] 
> PASSED [ 17%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other3] 
> PASSED [ 17%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other4] 
> PASSED [ 17%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other5] 
> PASSED [ 17%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other6] 
> PASSED [ 18%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other7] 
> PASSED [ 18%]
> tests/test_requirements.py::TestComparableRequirement::test_gt[other8] 
> PASSED [ 18%]
> tests/test_requirements.py::TestComparableRequirement::test_lt[apeye] 
> PASSED [ 19%]
> tests/test_requirements.py::TestComparableRequirement::test_lt[other1] 
> PASSED [ 19%]
> tests/test_requirements.py::TestComparableRequirement::test_lt[other2] 
> PASSED [ 19%]
> tests/test_requirements.py::TestComparableRequirement::test_lt[other3] 
> PASSED [ 19%]
> tests/test_requirements.py::TestComparableRequirement::test_lt[other4] 
> PASSED [ 20%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[pytest-rerunfailures]
>  PASSED [ 20%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other1] 
> PASSED [ 20%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other2] 
> PASSED [ 20%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other3] 
> PASSED [ 21%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other4] 
> PASSED [ 21%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other5] 
> PASSED [ 21%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other6] 
> PASSED [ 22%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other7] 
> PASSED [ 22%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other8] 
> PASSED [ 22%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other9] 
> PASSED [ 22%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other10] 
> PASSED [ 23%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other11] 
> PASSED [ 23%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[other12] 
> PASSED [ 23%]
> tests/test_requirements.py::TestComparableRequirement::test_ge[pytest] 
> PASSED [ 23%]
> tests/test_requirements.py::TestComparableRequirement::test_le[apeye] 
> PASSED [ 24%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other1] 
> PASSED [ 24%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other2] 
> PASSED [ 24%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other3] 
> PASSED [ 25%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other4] 
> PASSED [ 25%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other5] 
> PASSED [ 25%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other6] 
> PASSED [ 25%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other7] 
> PASSED [ 26%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other8] 
> PASSED [ 26%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other9] 
> PASSED [ 26%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other10] 
> PASSED [ 26%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other11] 
> PASSED [ 27%]
> tests/test_requirements.py::TestComparableRequirement::test_le[other12] 
> PASSED [ 27%]
> tests/test_requirements.py::TestComparableRequirement::test_le[pytest] 
> PASSED [ 27%]
> tests/test_requirements.py::test_combine_requirements PASSED    
>          [ 28%]
> tests/test_requirements.py::test_combine_requirements_no_mutation 
> PASSED [ 28%]
> tests/test_requirements.py::test_combine_requirements_duplicates 
> PASSED  [ 28%]
> tests/test_requirements.py::test_combine_requirements_differing_precision 
> PASSED [ 28%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs0-combined0]
>  PASSED [ 29%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs1-combined1]
>  PASSED [ 29%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs2-combined2]
>  PASSED [ 29%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs3-combined3]
>  PASSED [ 29%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs4-combined4]
>  PASSED [ 30%]
> tests/test_requirements.py::test_combine_requirements_markers[reqs5-combined5]
>  PASSED [ 30%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers0-resolved0] 
> PASSED [ 30%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers1-resolved1] 
> PASSED [ 31%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers2-resolved2] 
> PASSED [ 31%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers3-resolved3] 
> PASSED [ 31%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers4-resolved4] 
> PASSED [ 31%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers5-resolved5] 
> PASSED [ 32%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers6-resolved6] 
> PASSED [ 32%]
> tests/test_requirements.py::test_resolve_specifiers[specifiers7-resolved7] 
> PASSED [ 32%]
> tests/test_requirements.py::test_read_requirements[a] PASSED    
>          [ 32%]
> tests/test_requirements.py::test_read_requirements[b] PASSED    
>          [ 33%]
> tests/test_requirements.py::test_read_requirements[c] PASSED    
>          [ 33%]
> tests/test_requirements.py::test_parse_requirements[a] PASSED   
>          [ 33%]
> tests/test_requirements.py::test_parse_requirements[b] PASSED   
>          [ 34%]
> tests/test_requirements.py::test_parse_requirements[c] PASSED   
>          [ 34%]
> tests/test_requirements.py::test_parse_requirements[iter(a)] 
> PASSED      [ 34%]
> tests/test_requirements.py::test_parse_requirements[iter(b)] 
> PASSED      [ 34%]
> tests/test_requirements.py::test_parse_requirements[iter(c)] 
> PASSED      [ 35%]
> tests/test_requirements.py::test_parse_requirements[set(a)] 
> PASSED       [ 35%]
> tests/test_requirements.py::test_parse_requirements[set(b)] 
> PASSED       [ 35%]
> tests/test_requirements.py::test_parse_requirements[set(c)] 
> PASSED       [ 35%]
> tests/test_requirements.py::test_parse_requirements[tuple(a)] 
> PASSED     [ 36%]
> tests/test_requirements.py::test_parse_requirements[tuple(b)] 
> PASSED     [ 36%]
> tests/test_requirements.py::test_parse_requirements[tuple(c)] 
> PASSED     [ 36%]
> tests/test_requirements.py::test_read_requirements_invalid 
> PASSED        [ 37%]
> tests/test_requirements.py::test_read_requirements_invalid_py36 
> SKIPPED  [ 37%]
> tests/test_requirements.py::test_sort_mixed_requirements PASSED 
>          [ 37%]
> tests/test_requirements.py::test_check_dependencies PASSED      
>          [ 37%]
> tests/test_requirements.py::test_comparable_requirement PASSED  
>          [ 38%]
> tests/test_requirements.py::test_list_requirements[-1-shippinglabel-3.6] 
> SKIPPED [ 38%]
> tests/test_requirements.py::test_list_requirements[-1-shippinglabel-3.7] 
> SKIPPED [ 38%]
> tests/test_requirements.py::test_list_requirements[-1-shippinglabel-3.8] 
> SKIPPED [ 38%]
> tests/test_requirements.py::test_list_requirements[-1-shippinglabel-3.9] 
> SKIPPED [ 39%]
> tests/test_requirements.py::test_list_requirements[-1-shippinglabel-3.10] 
> SKIPPED [ 39%]
> tests/test_requirements.py::test_list_requirements[-1-apeye-3.6] 
> SKIPPED [ 39%]
> tests/test_requirements.py::test_list_requirements[-1-apeye-3.7] 
> SKIPPED [ 40%]
> tests/test_requirements.py::test_list_requirements[-1-apeye-3.8] 
> SKIPPED [ 40%]
> tests/test_requirements.py::test_list_requirements[-1-apeye-3.9] 
> SKIPPED [ 40%]
> tests/test_requirements.py::test_list_requirements[-1-apeye-3.10] 
> SKIPPED [ 40%]
> tests/test_requirements.py::test_list_requirements[-1-cachecontrol[filecache]-3.6]
>  SKIPPED [ 41%]
> tests/test_requirements.py::test_list_requirements[-1-cachecontrol[filecache]-3.7]
>  SKIPPED [ 41%]
> tests/test_requirements.py::test_list_requirements[-1-cachecontrol[filecache]-3.8]
>  SKIPPED [ 41%]
> tests/test_requirements.py::test_list_requirements[-1-cachecontrol[filecache]-3.9]
>  SKIPPED [ 41%]
> tests/test_requirements.py::test_list_requirements[-1-cachecontrol[filecache]-3.10]
>  SKIPPED [ 42%]
> tests/test_requirements.py::test_list_requirements[-1-domdf-python-tools-3.6] 
> SKIPPED [ 42%]
> tests/test_requirements.py::test_list_requirements[-1-domdf-python-tools-3.7] 
> SKIPPED [ 42%]
> tests/test_requirements.py::test_list_requirements[-1-domdf-python-tools-3.8] 
> SKIPPED [ 43%]
> tests/test_requirements.py::test_list_requirements[-1-domdf-python-tools-3.9] 
> SKIPPED [ 43%]
> tests/test_requirements.py::test_list_requirements[-1-domdf-python-tools-3.10]
>  SKIPPED [ 43%]
> tests/test_requirements.py::test_list_requirements[-1-domdf_python_tools-3.6] 
> SKIPPED [ 43%]
> tests/test_requirements.py::test_list_requirements[-1-domdf_python_tools-3.7] 
> SKIPPED [ 44%]
> tests/test_requirements.py::test_list_requirements[-1-domdf_python_tools-3.8] 
> SKIPPED [ 44%]
> tests/test_requirements.py::test_list_requirements[-1-domdf_python_tools-3.9] 
> SKIPPED [ 44%]
> tests/test_requirements.py::test_list_requirements[-1-domdf_python_tools-3.10]
>  SKIPPED [ 44%]
> tests/test_requirements.py::test_list_requirements[0-shippinglabel-3.6] 
> SKIPPED [ 45%]
> tests/test_requirements.py::test_list_requirements[0-shippinglabel-3.7] 
> SKIPPED [ 45%]
> tests/test_requirements.py::test_list_requirements[0-shippinglabel-3.8] 
> SKIPPED [ 45%]
> tests/test_requirements.py::test_list_requirements[0-shippinglabel-3.9] 
> SKIPPED [ 46%]
> tests/test_requirements.py::test_list_requirements[0-shippinglabel-3.10] 
> SKIPPED [ 46%]
> tests/test_requirements.py::test_list_requirements[0-apeye-3.6] 
> SKIPPED  [ 46%]
> tests/test_requirements.py::test_list_requirements[0-apeye-3.7] 
> SKIPPED  [ 46%]
> tests/test_requirements.py::test_list_requirements[0-apeye-3.8] 
> SKIPPED  [ 47%]
> tests/test_requirements.py::test_list_requirements[0-apeye-3.9] 
> SKIPPED  [ 47%]
> tests/test_requirements.py::test_list_requirements[0-apeye-3.10] 
> SKIPPED [ 47%]
> tests/test_requirements.py::test_list_requirements[0-cachecontrol[filecache]-3.6]
>  SKIPPED [ 47%]
> tests/test_requirements.py::test_list_requirements[0-cachecontrol[filecache]-3.7]
>  SKIPPED [ 48%]
> tests/test_requirements.py::test_list_requirements[0-cachecontrol[filecache]-3.8]
>  SKIPPED [ 48%]
> tests/test_requirements.py::test_list_requirements[0-cachecontrol[filecache]-3.9]
>  SKIPPED [ 48%]
> tests/test_requirements.py::test_list_requirements[0-cachecontrol[filecache]-3.10]
>  SKIPPED [ 49%]
> tests/test_requirements.py::test_list_requirements[0-domdf-python-tools-3.6] 
> SKIPPED [ 49%]
> tests/test_requirements.py::test_list_requirements[0-domdf-python-tools-3.7] 
> SKIPPED [ 49%]
> tests/test_requirements.py::test_list_requirements[0-domdf-python-tools-3.8] 
> SKIPPED [ 49%]
> tests/test_requirements.py::test_list_requirements[0-domdf-python-tools-3.9] 
> SKIPPED [ 50%]
> tests/test_requirements.py::test_list_requirements[0-domdf-python-tools-3.10] 
> SKIPPED [ 50%]
> tests/test_requirements.py::test_list_requirements[0-domdf_python_tools-3.6] 
> SKIPPED [ 50%]
> tests/test_requirements.py::test_list_requirements[0-domdf_python_tools-3.7] 
> SKIPPED [ 50%]
> tests/test_requirements.py::test_list_requirements[0-domdf_python_tools-3.8] 
> SKIPPED [ 51%]
> tests/test_requirements.py::test_list_requirements[0-domdf_python_tools-3.9] 
> SKIPPED [ 51%]
> tests/test_requirements.py::test_list_requirements[0-domdf_python_tools-3.10] 
> SKIPPED [ 51%]
> tests/test_requirements.py::test_list_requirements[1-shippinglabel-3.6] 
> SKIPPED [ 52%]
> tests/test_requirements.py::test_list_requirements[1-shippinglabel-3.7] 
> SKIPPED [ 52%]
> tests/test_requirements.py::test_list_requirements[1-shippinglabel-3.8] 
> SKIPPED [ 52%]
> tests/test_requirements.py::test_list_requirements[1-shippinglabel-3.9] 
> SKIPPED [ 52%]
> tests/test_requirements.py::test_list_requirements[1-shippinglabel-3.10] 
> SKIPPED [ 53%]
> tests/test_requirements.py::test_list_requirements[1-apeye-3.6] 
> SKIPPED  [ 53%]
> tests/test_requirements.py::test_list_requirements[1-apeye-3.7] 
> SKIPPED  [ 53%]
> tests/test_requirements.py::test_list_requirements[1-apeye-3.8] 
> SKIPPED  [ 53%]
> tests/test_requirements.py::test_list_requirements[1-apeye-3.9] 
> SKIPPED  [ 54%]
> tests/test_requirements.py::test_list_requirements[1-apeye-3.10] 
> SKIPPED [ 54%]
> tests/test_requirements.py::test_list_requirements[1-cachecontrol[filecache]-3.6]
>  SKIPPED [ 54%]
> tests/test_requirements.py::test_list_requirements[1-cachecontrol[filecache]-3.7]
>  SKIPPED [ 55%]
> tests/test_requirements.py::test_list_requirements[1-cachecontrol[filecache]-3.8]
>  SKIPPED [ 55%]
> tests/test_requirements.py::test_list_requirements[1-cachecontrol[filecache]-3.9]
>  SKIPPED [ 55%]
> tests/test_requirements.py::test_list_requirements[1-cachecontrol[filecache]-3.10]
>  SKIPPED [ 55%]
> tests/test_requirements.py::test_list_requirements[1-domdf-python-tools-3.6] 
> SKIPPED [ 56%]
> tests/test_requirements.py::test_list_requirements[1-domdf-python-tools-3.7] 
> SKIPPED [ 56%]
> tests/test_requirements.py::test_list_requirements[1-domdf-python-tools-3.8] 
> SKIPPED [ 56%]
> tests/test_requirements.py::test_list_requirements[1-domdf-python-tools-3.9] 
> SKIPPED [ 56%]
> tests/test_requirements.py::test_list_requirements[1-domdf-python-tools-3.10] 
> SKIPPED [ 57%]
> tests/test_requirements.py::test_list_requirements[1-domdf_python_tools-3.6] 
> SKIPPED [ 57%]
> tests/test_requirements.py::test_list_requirements[1-domdf_python_tools-3.7] 
> SKIPPED [ 57%]
> tests/test_requirements.py::test_list_requirements[1-domdf_python_tools-3.8] 
> SKIPPED [ 58%]
> tests/test_requirements.py::test_list_requirements[1-domdf_python_tools-3.9] 
> SKIPPED [ 58%]
> tests/test_requirements.py::test_list_requirements[1-domdf_python_tools-3.10] 
> SKIPPED [ 58%]
> tests/test_requirements.py::test_list_requirements[2-shippinglabel-3.6] 
> SKIPPED [ 58%]
> tests/test_requirements.py::test_list_requirements[2-shippinglabel-3.7] 
> SKIPPED [ 59%]
> tests/test_requirements.py::test_list_requirements[2-shippinglabel-3.8] 
> SKIPPED [ 59%]
> tests/test_requirements.py::test_list_requirements[2-shippinglabel-3.9] 
> SKIPPED [ 59%]
> tests/test_requirements.py::test_list_requirements[2-shippinglabel-3.10] 
> SKIPPED [ 59%]
> tests/test_requirements.py::test_list_requirements[2-apeye-3.6] 
> SKIPPED  [ 60%]
> tests/test_requirements.py::test_list_requirements[2-apeye-3.7] 
> SKIPPED  [ 60%]
> tests/test_requirements.py::test_list_requirements[2-apeye-3.8] 
> SKIPPED  [ 60%]
> tests/test_requirements.py::test_list_requirements[2-apeye-3.9] 
> SKIPPED  [ 61%]
> tests/test_requirements.py::test_list_requirements[2-apeye-3.10] 
> SKIPPED [ 61%]
> tests/test_requirements.py::test_list_requirements[2-cachecontrol[filecache]-3.6]
>  SKIPPED [ 61%]
> tests/test_requirements.py::test_list_requirements[2-cachecontrol[filecache]-3.7]
>  SKIPPED [ 61%]
> tests/test_requirements.py::test_list_requirements[2-cachecontrol[filecache]-3.8]
>  SKIPPED [ 62%]
> tests/test_requirements.py::test_list_requirements[2-cachecontrol[filecache]-3.9]
>  SKIPPED [ 62%]
> tests/test_requirements.py::test_list_requirements[2-cachecontrol[filecache]-3.10]
>  SKIPPED [ 62%]
> tests/test_requirements.py::test_list_requirements[2-domdf-python-tools-3.6] 
> SKIPPED [ 62%]
> tests/test_requirements.py::test_list_requirements[2-domdf-python-tools-3.7] 
> SKIPPED [ 63%]
> tests/test_requirements.py::test_list_requirements[2-domdf-python-tools-3.8] 
> SKIPPED [ 63%]
> tests/test_requirements.py::test_list_requirements[2-domdf-python-tools-3.9] 
> SKIPPED [ 63%]
> tests/test_requirements.py::test_list_requirements[2-domdf-python-tools-3.10] 
> SKIPPED [ 64%]
> tests/test_requirements.py::test_list_requirements[2-domdf_python_tools-3.6] 
> SKIPPED [ 64%]
> tests/test_requirements.py::test_list_requirements[2-domdf_python_tools-3.7] 
> SKIPPED [ 64%]
> tests/test_requirements.py::test_list_requirements[2-domdf_python_tools-3.8] 
> SKIPPED [ 64%]
> tests/test_requirements.py::test_list_requirements[2-domdf_python_tools-3.9] 
> SKIPPED [ 65%]
> tests/test_requirements.py::test_list_requirements[2-domdf_python_tools-3.10] 
> SKIPPED [ 65%]
> tests/test_requirements.py::test_list_requirements[3-shippinglabel-3.6] 
> SKIPPED [ 65%]
> tests/test_requirements.py::test_list_requirements[3-shippinglabel-3.7] 
> SKIPPED [ 65%]
> tests/test_requirements.py::test_list_requirements[3-shippinglabel-3.8] 
> SKIPPED [ 66%]
> tests/test_requirements.py::test_list_requirements[3-shippinglabel-3.9] 
> SKIPPED [ 66%]
> tests/test_requirements.py::test_list_requirements[3-shippinglabel-3.10] 
> SKIPPED [ 66%]
> tests/test_requirements.py::test_list_requirements[3-apeye-3.6] 
> SKIPPED  [ 67%]
> tests/test_requirements.py::test_list_requirements[3-apeye-3.7] 
> SKIPPED  [ 67%]
> tests/test_requirements.py::test_list_requirements[3-apeye-3.8] 
> SKIPPED  [ 67%]
> tests/test_requirements.py::test_list_requirements[3-apeye-3.9] 
> SKIPPED  [ 67%]
> tests/test_requirements.py::test_list_requirements[3-apeye-3.10] 
> SKIPPED [ 68%]
> tests/test_requirements.py::test_list_requirements[3-cachecontrol[filecache]-3.6]
>  SKIPPED [ 68%]
> tests/test_requirements.py::test_list_requirements[3-cachecontrol[filecache]-3.7]
>  SKIPPED [ 68%]
> tests/test_requirements.py::test_list_requirements[3-cachecontrol[filecache]-3.8]
>  SKIPPED [ 68%]
> tests/test_requirements.py::test_list_requirements[3-cachecontrol[filecache]-3.9]
>  SKIPPED [ 69%]
> tests/test_requirements.py::test_list_requirements[3-cachecontrol[filecache]-3.10]
>  SKIPPED [ 69%]
> tests/test_requirements.py::test_list_requirements[3-domdf-python-tools-3.6] 
> SKIPPED [ 69%]
> tests/test_requirements.py::test_list_requirements[3-domdf-python-tools-3.7] 
> SKIPPED [ 70%]
> tests/test_requirements.py::test_list_requirements[3-domdf-python-tools-3.8] 
> SKIPPED [ 70%]
> tests/test_requirements.py::test_list_requirements[3-domdf-python-tools-3.9] 
> SKIPPED [ 70%]
> tests/test_requirements.py::test_list_requirements[3-domdf-python-tools-3.10] 
> SKIPPED [ 70%]
> tests/test_requirements.py::test_list_requirements[3-domdf_python_tools-3.6] 
> SKIPPED [ 71%]
> tests/test_requirements.py::test_list_requirements[3-domdf_python_tools-3.7] 
> SKIPPED [ 71%]
> tests/test_requirements.py::test_list_requirements[3-domdf_python_tools-3.8] 
> SKIPPED [ 71%]
> tests/test_requirements.py::test_list_requirements[3-domdf_python_tools-3.9] 
> SKIPPED [ 71%]
> tests/test_requirements.py::test_list_requirements[3-domdf_python_tools-3.10] 
> SKIPPED [ 72%]
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.6] 
> SKIPPED [ 72%]
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.7] 
> SKIPPED [ 72%]
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.8+] 
> SKIPPED [ 73%]
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.11+] 
> FAILED [ 73%]
> tests/test_requirements.py::test_list_requirements_pytest[0-3.6] 
> SKIPPED [ 73%]
> tests/test_requirements.py::test_list_requirements_pytest[0-3.7] 
> SKIPPED [ 73%]
> tests/test_requirements.py::test_list_requirements_pytest[0-3.8+] 
> SKIPPED [ 74%]
> tests/test_requirements.py::test_list_requirements_pytest[0-3.11+] 
> PASSED [ 74%]
> tests/test_requirements.py::test_list_requirements_pytest[1-3.6] 
> SKIPPED [ 74%]
> tests/test_requirements.py::test_list_requirements_pytest[1-3.7] 
> SKIPPED [ 74%]
> tests/test_requirements.py::test_list_requirements_pytest[1-3.8+] 
> SKIPPED [ 75%]
> tests/test_requirements.py::test_list_requirements_pytest[1-3.11+] 
> FAILED [ 75%]
> tests/test_requirements.py::test_list_requirements_pytest[2-3.6] 
> SKIPPED [ 75%]
> tests/test_requirements.py::test_list_requirements_pytest[2-3.7] 
> SKIPPED [ 76%]
> tests/test_requirements.py::test_list_requirements_pytest[2-3.8+] 
> SKIPPED [ 76%]
> tests/test_requirements.py::test_list_requirements_pytest[2-3.11+] 
> FAILED [ 76%]
> tests/test_requirements.py::test_list_requirements_pytest[3-3.6] 
> SKIPPED [ 76%]
> tests/test_requirements.py::test_list_requirements_pytest[3-3.7] 
> SKIPPED [ 77%]
> tests/test_requirements.py::test_list_requirements_pytest[3-3.8+] 
> SKIPPED [ 77%]
> tests/test_requirements.py::test_list_requirements_pytest[3-3.11+] 
> FAILED [ 77%]
> tests/test_requirements.py::test_parse_pyproject_dependencies[auto] 
> PASSED [ 77%]
> tests/test_requirements.py::test_parse_pyproject_dependencies[pep621] 
> PASSED [ 78%]
> tests/test_requirements.py::test_parse_pyproject_dependencies[flit] 
> PASSED [ 78%]
> tests/test_requirements.py::test_parse_pyproject_extras[auto] 
> PASSED     [ 78%]
> tests/test_requirements.py::test_parse_pyproject_extras[pep621] 
> PASSED   [ 79%]
> tests/test_requirements.py::test_parse_pyproject_extras[flit] 
> PASSED     [ 79%]
> tests/test_requirements_manager.py::test_requirements_manager 
> PASSED     [ 79%]
> tests/test_requirements_manager.py::test_requirements_manager_extras 
> PASSED [ 79%]
> tests/test_requirements_win.py::test_list_requirements_pytest[-1-3.6] 
> SKIPPED [ 80%]
> tests/test_requirements_win.py::test_list_requirements_pytest[-1-3.7] 
> SKIPPED [ 80%]
> tests/test_requirements_win.py::test_list_requirements_pytest[-1-3.8+] 
> SKIPPED [ 80%]
> tests/test_requirements_win.py::test_list_requirements_pytest[-1-3.11+] 
> SKIPPED [ 80%]
> tests/test_requirements_win.py::test_list_requirements_pytest[0-3.6] 
> SKIPPED [ 81%]
> tests/test_requirements_win.py::test_list_requirements_pytest[0-3.7] 
> SKIPPED [ 81%]
> tests/test_requirements_win.py::test_list_requirements_pytest[0-3.8+] 
> SKIPPED [ 81%]
> tests/test_requirements_win.py::test_list_requirements_pytest[0-3.11+] 
> SKIPPED [ 82%]
> tests/test_requirements_win.py::test_list_requirements_pytest[1-3.6] 
> SKIPPED [ 82%]
> tests/test_requirements_win.py::test_list_requirements_pytest[1-3.7] 
> SKIPPED [ 82%]
> tests/test_requirements_win.py::test_list_requirements_pytest[1-3.8+] 
> SKIPPED [ 82%]
> tests/test_requirements_win.py::test_list_requirements_pytest[1-3.11+] 
> SKIPPED [ 83%]
> tests/test_requirements_win.py::test_list_requirements_pytest[2-3.6] 
> SKIPPED [ 83%]
> tests/test_requirements_win.py::test_list_requirements_pytest[2-3.7] 
> SKIPPED [ 83%]
> tests/test_requirements_win.py::test_list_requirements_pytest[2-3.8+] 
> SKIPPED [ 83%]
> tests/test_requirements_win.py::test_list_requirements_pytest[2-3.11+] 
> SKIPPED [ 84%]
> tests/test_requirements_win.py::test_list_requirements_pytest[3-3.6] 
> SKIPPED [ 84%]
> tests/test_requirements_win.py::test_list_requirements_pytest[3-3.7] 
> SKIPPED [ 84%]
> tests/test_requirements_win.py::test_list_requirements_pytest[3-3.8+] 
> SKIPPED [ 85%]
> tests/test_requirements_win.py::test_list_requirements_pytest[3-3.11+] 
> SKIPPED [ 85%]
> tests/test_sdist.py::test_parse_sdist_filename[wxPython-4.1.0.tar.gz] 
> PASSED [ 85%]
> tests/test_sdist.py::test_parse_sdist_filename[PyGObject-3.38.0.tar.gz] 
> PASSED [ 85%]
> tests/test_sdist.py::test_parse_sdist_filename[psutil-5.8.0.tar.gz] 
> PASSED [ 86%]
> tests/test_sdist.py::test_parse_sdist_filename[tinycss-0.4.tar.gz] 
> PASSED [ 86%]
> tests/test_sdist.py::test_parse_sdist_filename[cffi-1.14.4.tar.gz] 
> PASSED [ 86%]
> tests/test_sdist.py::test_parse_sdist_filename[termcolor-1.1.0.tar.gz] 
> PASSED [ 86%]
> tests/test_sdist.py::test_parse_sdist_filename[autodocsumm-0.2.2.tar.gz] 
> PASSED [ 87%]
> tests/test_sdist.py::test_parse_sdist_filename[MarkupSafe-1.1.1.tar.gz] 
> PASSED [ 87%]
> tests/test_sdist.py::test_parse_sdist_filename[astropy-4.2.tar.gz] 
> PASSED [ 87%]
> tests/test_sdist.py::test_parse_sdist_filename[pyrsistent-0.17.3.tar.gz] 
> PASSED [ 88%]
> tests/test_sdist.py::test_parse_sdist_filename[memoized-property-1.0.3.tar.gz]
>  PASSED [ 88%]
> tests/test_sdist.py::test_parse_sdist_filename[PyNaCl-1.4.0.tar.gz] 
> PASSED [ 88%]
> tests/test_sdist.py::test_parse_sdist_filename[pycairo-1.20.0.tar.gz] 
> PASSED [ 88%]
> tests/test_sdist.py::test_parse_sdist_filename[strict-rfc3339-0.7.tar.gz] 
> PASSED [ 89%]
> tests/test_sdist.py::test_parse_sdist_filename[autoflake-1.4.tar.gz] 
> PASSED [ 89%]
> tests/test_sdist.py::test_parse_sdist_filename[Pillow-8.1.0.tar.gz] 
> PASSED [ 89%]
> tests/test_sdist.py::test_parse_sdist_filename[cairocffi-1.2.0.tar.gz] 
> PASSED [ 89%]
> tests/test_sdist.py::test_parse_sdist_filename[quantities-0.12.4.tar.gz] 
> PASSED [ 90%]
> tests/test_sdist.py::test_parse_sdist_filename[pyerfa-1.7.1.1.tar.gz] 
> PASSED [ 90%]
> tests/test_sdist.py::test_parse_sdist_filename[matplotlib-3.3.3.tar.gz] 
> PASSED [ 90%]
> tests/test_sdist.py::test_parse_sdist_filename[fastimport-0.9.8.tar.gz] 
> PASSED [ 91%]
> tests/test_sdist.py::test_parse_sdist_filename[orderedset-2.0.3.tar.gz] 
> PASSED [ 91%]
> tests/test_sdist.py::test_parse_sdist_filename[PyYAML-5.3.1.tar.gz] 
> PASSED [ 91%]
> tests/test_sdist.py::test_parse_sdist_filename[pandas-1.2.0.tar.gz] 
> PASSED [ 91%]
> tests/test_sdist.py::test_parse_sdist_filename[Cython-0.29.14.tar.gz] 
> PASSED [ 92%]
> tests/test_sdist.py::test_parse_sdist_filename[PyGObject-stubs-0.0.2.tar.gz] 
> PASSED [ 92%]
> tests/test_sdist.py::test_parse_sdist_filename[dulwich-0.20.15.tar.gz] 
> PASSED [ 92%]
> tests/test_sdist.py::test_parse_sdist_filename[tox-pip-version-0.0.7.tar.gz] 
> PASSED [ 92%]
> tests/test_sdist.py::test_parse_sdist_filename[numpy-1.16.5.zip] 
> PASSED  [ 93%]
> tests/test_sdist.py::test_parse_sdist_filename_wheel PASSED     
>          [ 93%]
> tests/test_sdist.py::test_parse_sdist_filename_invalid PASSED   
>          [ 93%]
> tests/test_shippinglabel.py::test_normalize[foo-foo] PASSED     
>          [ 94%]
> tests/test_shippinglabel.py::test_normalize[bar-bar] PASSED     
>          [ 94%]
> tests/test_shippinglabel.py::test_normalize[baz-baz] PASSED     
>          [ 94%]
> tests/test_shippinglabel.py::test_normalize[baz-extensions-baz-extensions] 
> PASSED [ 94%]
> tests/test_shippinglabel.py::test_normalize[baz_extensions-baz-extensions] 
> PASSED [ 95%]
> tests/test_shippinglabel.py::test_normalize[baz.extensions-baz-extensions] 
> PASSED [ 95%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[foo-foo] 
> PASSED     [ 95%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[bar-bar] 
> PASSED     [ 95%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[baz-baz] 
> PASSED     [ 96%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[baz-extensions-baz-extensions]
>  PASSED [ 96%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[baz_extensions-baz-extensions]
>  PASSED [ 96%]
> tests/test_shippinglabel.py::test_normalize_keep_dot[baz.extensions-baz.extensions]
>  PASSED [ 97%]
> tests/test_shippinglabel.py::test_no_dev_versions PASSED        
>          [ 97%]
> tests/test_shippinglabel.py::test_no_pre_versions PASSED        
>          [ 97%]
> tests/test_shippinglabel.py::test_read_pyvenv PASSED            
>          [ 97%]
> tests/test_shippinglabel.py::test_get_project_links[pip] SKIPPED 
> (un...) [ 98%]
> tests/test_shippinglabel.py::test_get_project_links[domdf_python_tools] 
> SKIPPED [ 98%]
> tests/test_shippinglabel.py::test_get_project_links[sphinx] 
> SKIPPED      [ 98%]
> tests/test_shippinglabel.py::test_get_project_links[setuptools] 
> SKIPPED  [ 98%]
> tests/test_shippinglabel.py::test_get_project_links[packaging] 
> SKIPPED   [ 99%]
> tests/test_shippinglabel.py::test_get_project_links[packaging_py36] 
> SKIPPED [ 99%]
> tests/test_shippinglabel.py::test_get_project_links[whey] SKIPPED 
> (u...) [ 99%]
> tests/test_shippinglabel.py::test_get_project_links[numpy] SKIPPED 
> (...) [100%]
> 
> =================================== FAILURES 
> ===================================
> ___________________ test_list_requirements_pytest[-1-3.11+] 
> ____________________
> 
> data_regression = <pytest_regressions.data_regression.DataRegressionFixture 
> object at 0x7fab948f3050>
> depth = -1, py_version = '3.11+'
> 
>     @not_windows("Output differs on Windows")
>     @pytest.mark.parametrize(
>               "py_version",
>               [
>                               only_36,
>                               only_37,
>                               pytest.param(
>                                               "3.8+",
>                                               marks=pytest.mark.skipif(
>                                                               not ((3, 8) <= 
> sys.version_info[:2] < (3, 11)),
>                                                               reason="Output 
> differs on Python 3.8, 3.9, 3.10"
>                                                               )
>                                               ),
>                               min_311,
>                               ]
>               )
>     @pytest.mark.parametrize("depth", [-1, 0, 1, 2, 3])
>     # @pytest.mark.parametrize("depth", [3])
>     def test_list_requirements_pytest(
>               data_regression: DataRegressionFixture,
>               depth: int,
>               py_version: str,
>               ):
> >     data_regression.check(list(list_requirements("pytest", depth=depth)))
> E    AssertionError: FILES DIFFER:
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_0/test_requirements_/test_list_requirements_pytest__1_3_11__.yml
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_0/test_requirements_/test_list_requirements_pytest__1_3_11__.obtained.yml
> E    HTML DIFF: 
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_0/test_requirements_/test_list_requirements_pytest__1_3_11__.obtained.diff.html
> E    --- 
> E    +++ 
> E    @@ -1,3 +1,3 @@
> E     - iniconfig
> E     - packaging
> E    -- pluggy<2.0,>=0.12
> E    +- pluggy<2.0,>=1.3.0
> 
> tests/test_requirements.py:591: AssertionError
> ____________________ test_list_requirements_pytest[1-3.11+] 
> ____________________
> 
> data_regression = <pytest_regressions.data_regression.DataRegressionFixture 
> object at 0x7fab9485dcd0>
> depth = 1, py_version = '3.11+'
> 
>     @not_windows("Output differs on Windows")
>     @pytest.mark.parametrize(
>               "py_version",
>               [
>                               only_36,
>                               only_37,
>                               pytest.param(
>                                               "3.8+",
>                                               marks=pytest.mark.skipif(
>                                                               not ((3, 8) <= 
> sys.version_info[:2] < (3, 11)),
>                                                               reason="Output 
> differs on Python 3.8, 3.9, 3.10"
>                                                               )
>                                               ),
>                               min_311,
>                               ]
>               )
>     @pytest.mark.parametrize("depth", [-1, 0, 1, 2, 3])
>     # @pytest.mark.parametrize("depth", [3])
>     def test_list_requirements_pytest(
>               data_regression: DataRegressionFixture,
>               depth: int,
>               py_version: str,
>               ):
> >     data_regression.check(list(list_requirements("pytest", depth=depth)))
> E    AssertionError: FILES DIFFER:
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_2/test_requirements_/test_list_requirements_pytest_1_3_11__.yml
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_2/test_requirements_/test_list_requirements_pytest_1_3_11__.obtained.yml
> E    HTML DIFF: 
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_2/test_requirements_/test_list_requirements_pytest_1_3_11__.obtained.diff.html
> E    --- 
> E    +++ 
> E    @@ -1,3 +1,3 @@
> E     - iniconfig
> E     - packaging
> E    -- pluggy<2.0,>=0.12
> E    +- pluggy<2.0,>=1.3.0
> 
> tests/test_requirements.py:591: AssertionError
> ____________________ test_list_requirements_pytest[2-3.11+] 
> ____________________
> 
> data_regression = <pytest_regressions.data_regression.DataRegressionFixture 
> object at 0x7fab9486d0d0>
> depth = 2, py_version = '3.11+'
> 
>     @not_windows("Output differs on Windows")
>     @pytest.mark.parametrize(
>               "py_version",
>               [
>                               only_36,
>                               only_37,
>                               pytest.param(
>                                               "3.8+",
>                                               marks=pytest.mark.skipif(
>                                                               not ((3, 8) <= 
> sys.version_info[:2] < (3, 11)),
>                                                               reason="Output 
> differs on Python 3.8, 3.9, 3.10"
>                                                               )
>                                               ),
>                               min_311,
>                               ]
>               )
>     @pytest.mark.parametrize("depth", [-1, 0, 1, 2, 3])
>     # @pytest.mark.parametrize("depth", [3])
>     def test_list_requirements_pytest(
>               data_regression: DataRegressionFixture,
>               depth: int,
>               py_version: str,
>               ):
> >     data_regression.check(list(list_requirements("pytest", depth=depth)))
> E    AssertionError: FILES DIFFER:
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_3/test_requirements_/test_list_requirements_pytest_2_3_11__.yml
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_3/test_requirements_/test_list_requirements_pytest_2_3_11__.obtained.yml
> E    HTML DIFF: 
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_3/test_requirements_/test_list_requirements_pytest_2_3_11__.obtained.diff.html
> E    --- 
> E    +++ 
> E    @@ -1,3 +1,3 @@
> E     - iniconfig
> E     - packaging
> E    -- pluggy<2.0,>=0.12
> E    +- pluggy<2.0,>=1.3.0
> 
> tests/test_requirements.py:591: AssertionError
> ____________________ test_list_requirements_pytest[3-3.11+] 
> ____________________
> 
> data_regression = <pytest_regressions.data_regression.DataRegressionFixture 
> object at 0x7fab9464b410>
> depth = 3, py_version = '3.11+'
> 
>     @not_windows("Output differs on Windows")
>     @pytest.mark.parametrize(
>               "py_version",
>               [
>                               only_36,
>                               only_37,
>                               pytest.param(
>                                               "3.8+",
>                                               marks=pytest.mark.skipif(
>                                                               not ((3, 8) <= 
> sys.version_info[:2] < (3, 11)),
>                                                               reason="Output 
> differs on Python 3.8, 3.9, 3.10"
>                                                               )
>                                               ),
>                               min_311,
>                               ]
>               )
>     @pytest.mark.parametrize("depth", [-1, 0, 1, 2, 3])
>     # @pytest.mark.parametrize("depth", [3])
>     def test_list_requirements_pytest(
>               data_regression: DataRegressionFixture,
>               depth: int,
>               py_version: str,
>               ):
> >     data_regression.check(list(list_requirements("pytest", depth=depth)))
> E    AssertionError: FILES DIFFER:
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_4/test_requirements_/test_list_requirements_pytest_3_3_11__.yml
> E    
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_4/test_requirements_/test_list_requirements_pytest_3_3_11__.obtained.yml
> E    HTML DIFF: 
> /tmp/pytest-of-user42/pytest-11/test_list_requirements_pytest_4/test_requirements_/test_list_requirements_pytest_3_3_11__.obtained.diff.html
> E    --- 
> E    +++ 
> E    @@ -1,3 +1,3 @@
> E     - iniconfig
> E     - packaging
> E    -- pluggy<2.0,>=0.12
> E    +- pluggy<2.0,>=1.3.0
> 
> tests/test_requirements.py:591: AssertionError
> ============================= slowest 25 durations 
> =============================
> 0.03s setup    
> tests/test_requirements_win.py::test_list_requirements_pytest[0-3.8+]
> 0.03s setup    tests/test_requirements.py::test_parse_requirements[iter(b)]
> 0.02s setup    
> tests/test_classifiers.py::test_classifiers_from_requirements[tox]
> 0.02s setup    
> tests/test_classifiers.py::test_classifiers_from_requirements[pytest]
> 0.02s call     tests/test_requirements.py::test_check_dependencies
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[c]
> 0.01s setup    
> tests/test_requirements.py::test_parse_pyproject_dependencies[pep621]
> 0.01s setup    
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.11+]
> 0.01s setup    
> tests/test_requirements.py::test_list_requirements_pytest[0-3.11+]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[set(b)]
> 0.01s setup    
> tests/test_requirements.py::test_parse_pyproject_dependencies[auto]
> 0.01s setup    
> tests/test_requirements.py::test_parse_pyproject_dependencies[flit]
> 0.01s setup    
> tests/test_requirements.py::test_list_requirements_pytest[2-3.11+]
> 0.01s setup    
> tests/test_requirements.py::test_list_requirements_pytest[3-3.11+]
> 0.01s setup    tests/test_requirements.py::test_parse_pyproject_extras[flit]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[set(a)]
> 0.01s setup    tests/test_requirements.py::test_parse_pyproject_extras[auto]
> 0.01s setup    
> tests/test_requirements.py::test_list_requirements_pytest[1-3.11+]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[tuple(c)]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[tuple(b)]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[set(c)]
> 0.01s setup    tests/test_requirements.py::test_read_requirements_invalid
> 0.01s setup    tests/test_requirements.py::test_parse_pyproject_extras[pep621]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[tuple(a)]
> 0.01s setup    tests/test_requirements.py::test_parse_requirements[iter(a)]
> =========================== short test summary info 
> ============================
> FAILED 
> tests/test_requirements.py::test_list_requirements_pytest[-1-3.11+] - 
> AssertionError: FILES DIFFER:
> FAILED 
> tests/test_requirements.py::test_list_requirements_pytest[1-3.11+] - 
> AssertionError: FILES DIFFER:
> FAILED 
> tests/test_requirements.py::test_list_requirements_pytest[2-3.11+] - 
> AssertionError: FILES DIFFER:
> FAILED 
> tests/test_requirements.py::test_list_requirements_pytest[3-3.11+] - 
> AssertionError: FILES DIFFER:
> ================== 4 failed, 187 passed, 176 
> skipped in 1.86s ==================
> make[1]: *** [debian/rules:9: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/python-shippinglabel_1.7.1+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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.

Reply via email to