11ffdf6 PR#3157: Pytest instead of nose in unittest

Merged and Committed by tkopecek 2 years ago
34 files changed. 644 lines added. 631 lines removed.
devtools/containers/Dockerfile.centos8
file modified
+1 -0
devtools/containers/Dockerfile.f32
file modified
+1 -0
devtools/containers/Dockerfile.f33
file modified
+1 -0
devtools/containers/Dockerfile.f34
file modified
+1 -0
devtools/containers/Dockerfile.rawhide
file modified
+1 -0
docs/source/writing_koji_code.rst
file modified
+1 -1
test-requirements.txt
file modified
+1 -1
tests/test_builder/test_taskparams.py
file modified
+12 -6
tests/test_cli/test_import_comps.py
file modified
+9 -9
tests/test_cli/test_taskinfo.py
file modified
+26 -25
tests/test_cli/test_unique_path.py
file modified
+10 -6
tests/test_hub/test_add_archivetype.py
file modified
+5 -5
tests/test_hub/test_add_btype.py
file modified
+3 -3
tests/test_hub/test_apply_query_opts.py
file modified
+10 -10
tests/test_hub/test_dist_repo.py
file modified
+15 -27
tests/test_hub/test_getRPMDeps.py
file modified
+7 -9
tests/test_hub/test_getRPMFile.py
file modified
+21 -23
tests/test_hub/test_import_image_internal.py
file modified
+7 -6
tests/test_hub/test_insert_processor.py
file modified
+31 -35
tests/test_hub/test_list_btypes.py
file modified
+21 -21
tests/test_hub/test_list_builds.py
file modified
+18 -18
tests/test_hub/test_models/test_host.py
file modified
+13 -14
tests/test_hub/test_recycle_build.py
file modified
+15 -17
tests/test_hub/test_rpmdiff.py
file modified
+11 -8
tests/test_hub/test_update_processor.py
file modified
+2 -2
tests/test_lib/test_client_session.py
file modified
+12 -14
tests/test_lib/test_plugin.py
file modified
+5 -5
tests/test_lib/test_policy.py
file modified
+16 -16
tests/test_lib/test_profiles.py
file modified
+2 -4
tests/test_lib/test_tasks.py
file modified
+211 -173
tests/test_lib/test_utils.py
file modified
+86 -84
tests/test_plugins/test_runroot_cli.py
file modified
+12 -13
tests/test_scm.py
file modified
+55 -74
tox.ini
file modified
+2 -2
    PR#3157: Pytest instead of nose in unittest
    
    Merges #3157
    https://pagure.io/koji/pull-request/3157
    
    Fixes: #3140
    https://pagure.io/koji/issue/3140
    library nose not supported python 3.10
    
        
file modified
+1 -1
file modified
+26 -25
file modified
+16 -16
file modified
+211 -173
file modified
+86 -84
file modified
+55 -74
file modified
+2 -2