Skip to content

Conversation

dipakparmar
Copy link

Update cumulusci.jsonschema.json to fix the data type for the 'namespaced' field from string to boolean, which better reflects its intended usage.

Fixes #3910

Update cumulusci.jsonschema.json to fix the data type for the 'namespaced'
field from string to boolean, which better reflects its intended usage.
@dipakparmar dipakparmar requested a review from a team as a code owner July 14, 2025 19:57
Copy link

Thanks for the contribution! Before we can merge this, we need @dipakparmar to sign the Salesforce Inc. Contributor License Agreement.

@dipakparmar
Copy link
Author

Signed, but get this: it seems to be broken.
Shot 2025-07-29 at 09 13 20@2x

@dipakparmar
Copy link
Author

@jstvz, is there anything else needed on this PR for the fix? Can we merge it? If not, please let me know.

Thanks.

@jstvz
Copy link
Contributor

jstvz commented Sep 4, 2025

@dipakparmar The tests are failing because the change needs to be in a different file. The cumulusci.jsonschema.json file is generated automatically, so you shouldn't edit it directly.

To fix this, undo your changes to the JSON file. Instead, go to the ScratchOrg class in cumulusci/core/config/cumulusci_yml.py and change the namespaced field from str to bool. After you save that change, run the make schema command. This'll correctly update the JSON file for you.

Finally, confirm that tests pass, then commit both the updated Python file and the new JSON file.

@dipakparmar
Copy link
Author

dipakparmar commented Sep 10, 2025

@dipakparmar The tests are failing because the change needs to be in a different file. The cumulusci.jsonschema.json file is generated automatically, so you shouldn't edit it directly.

To fix this, undo your changes to the JSON file. Instead, go to the ScratchOrg class in cumulusci/core/config/cumulusci_yml.py and change the namespaced field from str to bool. After you save that change, run the make schema command. This'll correctly update the JSON file for you.

Finally, confirm that tests pass, then commit both the updated Python file and the new JSON file.

Thanks @jstvz I have fixed it. All Test are passing:

Test Summary
(CumulusCI) @dipakparmar ➜ /workspaces/CumulusCI (fix/namespaced-config-value-type-in-schema) $   uv run pytest
/workspaces/CumulusCI/.venv/lib/python3.12/site-packages/fs/__init__.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)  # type: ignore
Optional dependencies are missing. Handling high volumes of records for the 'select' functionality will be significantly slower, as optimizations for this feature are currently disabled. To enable optimized performance, install all required dependencies using: pip install --upgrade cumulusci[select]

================================================================================================================================================= test session starts =================================================================================================================================================
platform linux -- Python 3.12.1, pytest-8.4.1, pluggy-1.6.0
Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket=<bucket_type>
rootdir: /workspaces/CumulusCI
configfile: pyproject.toml
testpaths: cumulusci
plugins: Faker-37.5.3, vcr-1.0.2, random-order-1.2.0, cov-6.2.1, typeguard-2.13.3
collected 3205 items                                                                                                                                                                                                                                                                                                  

cumulusci/cli/tests/test_cci.py ...........................                                                                                                                                                                                                                                                     [  0%]
cumulusci/cli/tests/test_error.py ......s..s                                                                                                                                                                                                                                                                    [  1%]
cumulusci/cli/tests/test_flow.py ...........                                                                                                                                                                                                                                                                    [  1%]
cumulusci/cli/tests/test_logger.py ..                                                                                                                                                                                                                                                                           [  1%]
cumulusci/cli/tests/test_org.py ..........................................                                                                                                                                                                                                                                      [  2%]
cumulusci/cli/tests/test_plan.py ...........                                                                                                                                                                                                                                                                    [  3%]
cumulusci/cli/tests/test_project.py ...........                                                                                                                                                                                                                                                                 [  3%]
cumulusci/cli/tests/test_robot.py .........                                                                                                                                                                                                                                                                     [  3%]
cumulusci/cli/tests/test_runtime.py ..................                                                                                                                                                                                                                                                          [  4%]
cumulusci/cli/tests/test_service.py .........................................                                                                                                                                                                                                                                   [  5%]
cumulusci/cli/tests/test_task.py ..................                                                                                                                                                                                                                                                             [  6%]
cumulusci/cli/tests/test_ui.py ...................                                                                                                                                                                                                                                                              [  6%]
cumulusci/cli/tests/test_utils.py ....s.ss                                                                                                                                                                                                                                                                      [  7%]
cumulusci/core/config/tests/test_config.py ..............................................................................................................                                                                                                                                                       [ 10%]
cumulusci/core/config/tests/test_config_expensive.py ............................................................                                                                                                                                                                                               [ 12%]
cumulusci/core/config/tests/test_config_util.py ..                                                                                                                                                                                                                                                              [ 12%]
cumulusci/core/dependencies/tests/test_dependencies.py ............................................                                                                                                                                                                                                             [ 13%]
cumulusci/core/dependencies/tests/test_github.py .....                                                                                                                                                                                                                                                          [ 13%]
cumulusci/core/dependencies/tests/test_resolvers.py ...........................................                                                                                                                                                                                                                 [ 15%]
cumulusci/core/keychain/tests/test_base_project_keychain.py ....................................                                                                                                                                                                                                                [ 16%]
cumulusci/core/keychain/tests/test_encrypted_file_project_keychain.py ...................................s..............................................................                                                                                                                                        [ 19%]
cumulusci/core/metadeploy/tests/test_api.py ............                                                                                                                                                                                                                                                        [ 19%]
cumulusci/core/source_transforms/tests/test_transforms.py ..............................................                                                                                                                                                                                                        [ 21%]
cumulusci/core/tests/test_datasets_e2e.py .....                                                                                                                                                                                                                                                                 [ 21%]
cumulusci/core/tests/test_exceptions.py ..                                                                                                                                                                                                                                                                      [ 21%]
cumulusci/core/tests/test_flowrunner.py ..........................................ss                                                                                                                                                                                                                            [ 22%]
cumulusci/core/tests/test_github.py ....................................................                                                                                                                                                                                                                        [ 24%]
cumulusci/core/tests/test_sfdx.py ............                                                                                                                                                                                                                                                                  [ 24%]
cumulusci/core/tests/test_source.py ....................                                                                                                                                                                                                                                                        [ 25%]
cumulusci/core/tests/test_tasks.py .......................                                                                                                                                                                                                                                                      [ 26%]
cumulusci/core/tests/test_utils.py ..................                                                                                                                                                                                                                                                           [ 26%]
cumulusci/core/tests/test_utils_merge_config.py ...........                                                                                                                                                                                                                                                     [ 27%]
cumulusci/core/tests/test_versions.py ....                                                                                                                                                                                                                                                                      [ 27%]
cumulusci/oauth/tests/test_client.py ...........                                                                                                                                                                                                                                                                [ 27%]
cumulusci/oauth/tests/test_salesforce.py ..                                                                                                                                                                                                                                                                     [ 27%]
cumulusci/robotframework/tests/salesforce/test_testlistener.py ....                                                                                                                                                                                                                                             [ 27%]
cumulusci/robotframework/tests/test_cumulusci_library.py ..............                                                                                                                                                                                                                                         [ 28%]
cumulusci/robotframework/tests/test_locator_manager.py .............                                                                                                                                                                                                                                            [ 28%]
cumulusci/robotframework/tests/test_pageobjects.py ...........                                                                                                                                                                                                                                                  [ 28%]
cumulusci/robotframework/tests/test_performance.py ..                                                                                                                                                                                                                                                           [ 29%]
cumulusci/robotframework/tests/test_salesforce.py .....                                                                                                                                                                                                                                                         [ 29%]
cumulusci/robotframework/tests/test_salesforce_locators.py ...                                                                                                                                                                                                                                                  [ 29%]
cumulusci/robotframework/tests/test_template_util.py .....                                                                                                                                                                                                                                                      [ 29%]
cumulusci/robotframework/tests/test_utils.py .......                                                                                                                                                                                                                                                            [ 29%]
cumulusci/salesforce_api/tests/test_metadata.py ..................................................................................................................................................................................................................................................              [ 37%]
cumulusci/salesforce_api/tests/test_package_install.py .......                                                                                                                                                                                                                                                  [ 37%]
cumulusci/salesforce_api/tests/test_package_zip.py .............                                                                                                                                                                                                                                                [ 37%]
cumulusci/salesforce_api/tests/test_rest_deploy.py ......                                                                                                                                                                                                                                                       [ 38%]
cumulusci/salesforce_api/tests/test_retrieve_profile_api.py ...................                                                                                                                                                                                                                                 [ 38%]
cumulusci/salesforce_api/tests/test_utils.py .....                                                                                                                                                                                                                                                              [ 38%]
cumulusci/tasks/apex/tests/test_apex_tasks.py .............................................................s.                                                                                                                                                                                                   [ 40%]
cumulusci/tasks/bulkdata/extract_dataset_utils/tests/test_extract_yml.py .....                                                                                                                                                                                                                                  [ 40%]
cumulusci/tasks/bulkdata/extract_dataset_utils/tests/test_synthesize_extract_declarations.py ............s                                                                                                                                                                                                      [ 41%]
cumulusci/tasks/bulkdata/generate_mapping_utils/tests/test_generate_extract_mapping_from_declarations.py ...                                                                                                                                                                                                    [ 41%]
cumulusci/tasks/bulkdata/generate_mapping_utils/tests/test_generate_load_mapping_from_declarations.py .......                                                                                                                                                                                                   [ 41%]
cumulusci/tasks/bulkdata/generate_mapping_utils/tests/test_mapping_generator_post_processes.py ..                                                                                                                                                                                                               [ 41%]
cumulusci/tasks/bulkdata/generate_mapping_utils/tests/test_mapping_transforms.py ......                                                                                                                                                                                                                         [ 41%]
cumulusci/tasks/bulkdata/tests/test_base_generate_data_tasks.py ..                                                                                                                                                                                                                                              [ 41%]
cumulusci/tasks/bulkdata/tests/test_dates.py ....                                                                                                                                                                                                                                                               [ 42%]
cumulusci/tasks/bulkdata/tests/test_delete.py ...............                                                                                                                                                                                                                                                   [ 42%]
cumulusci/tasks/bulkdata/tests/test_extract.py ....................................                                                                                                                                                                                                                             [ 43%]
cumulusci/tasks/bulkdata/tests/test_factory_utils.py ...                                                                                                                                                                                                                                                        [ 43%]
cumulusci/tasks/bulkdata/tests/test_generate_and_load.py ............                                                                                                                                                                                                                                           [ 44%]
cumulusci/tasks/bulkdata/tests/test_generate_from_snowfakery_task.py ..................                                                                                                                                                                                                                         [ 44%]
cumulusci/tasks/bulkdata/tests/test_generatemapping.py ...................................ss                                                                                                                                                                                                                    [ 45%]
cumulusci/tasks/bulkdata/tests/test_load.py ....................................................................................sss                                                                                                                                                                             [ 48%]
cumulusci/tasks/bulkdata/tests/test_mapping_parser.py ..........................................................................                                                                                                                                                                                [ 50%]
cumulusci/tasks/bulkdata/tests/test_select.py .....                                                                                                                                                                                                                                                             [ 51%]
cumulusci/tasks/bulkdata/tests/test_select_utils.py ......................ssssssss.ss............................                                                                                                                                                                                               [ 52%]
cumulusci/tasks/bulkdata/tests/test_snowfakery.py ..............................ss                                                                                                                                                                                                                              [ 53%]
cumulusci/tasks/bulkdata/tests/test_step.py ...........................................................................................                                                                                                                                                                         [ 56%]
cumulusci/tasks/bulkdata/tests/test_updates.py ............                                                                                                                                                                                                                                                     [ 57%]
cumulusci/tasks/bulkdata/tests/test_upsert.py ............                                                                                                                                                                                                                                                      [ 57%]
cumulusci/tasks/bulkdata/tests/test_utils.py .......                                                                                                                                                                                                                                                            [ 57%]
cumulusci/tasks/github/tests/test_commit_status.py ....                                                                                                                                                                                                                                                         [ 57%]
cumulusci/tasks/github/tests/test_merge.py ............................                                                                                                                                                                                                                                         [ 58%]
cumulusci/tasks/github/tests/test_publish.py ...............                                                                                                                                                                                                                                                    [ 59%]
cumulusci/tasks/github/tests/test_pull_request.py .                                                                                                                                                                                                                                                             [ 59%]
cumulusci/tasks/github/tests/test_release.py .......                                                                                                                                                                                                                                                            [ 59%]
cumulusci/tasks/github/tests/test_release_report.py .                                                                                                                                                                                                                                                           [ 59%]
cumulusci/tasks/github/tests/test_tag.py ..                                                                                                                                                                                                                                                                     [ 59%]
cumulusci/tasks/github/tests/test_util.py ..........                                                                                                                                                                                                                                                            [ 59%]
cumulusci/tasks/marketing_cloud/tests/test_api.py ...                                                                                                                                                                                                                                                           [ 59%]
cumulusci/tasks/marketing_cloud/tests/test_base.py .                                                                                                                                                                                                                                                            [ 59%]
cumulusci/tasks/marketing_cloud/tests/test_deploy.py ..............                                                                                                                                                                                                                                             [ 60%]
cumulusci/tasks/marketing_cloud/tests/test_get_user_info.py ...                                                                                                                                                                                                                                                 [ 60%]
cumulusci/tasks/metadata/tests/test_ee_src.py ......                                                                                                                                                                                                                                                            [ 60%]
cumulusci/tasks/metadata/tests/test_managed_src.py ......                                                                                                                                                                                                                                                       [ 60%]
cumulusci/tasks/metadata/tests/test_modify.py ........                                                                                                                                                                                                                                                          [ 61%]
cumulusci/tasks/metadata/tests/test_package.py ..................................                                                                                                                                                                                                                               [ 62%]
cumulusci/tasks/metadata_etl/tests/test_base.py ......................                                                                                                                                                                                                                                          [ 62%]
cumulusci/tasks/metadata_etl/tests/test_duplicate_rules.py .                                                                                                                                                                                                                                                    [ 62%]
cumulusci/tasks/metadata_etl/tests/test_field_sets.py ....                                                                                                                                                                                                                                                      [ 63%]
cumulusci/tasks/metadata_etl/tests/test_help_text.py ................                                                                                                                                                                                                                                           [ 63%]
cumulusci/tasks/metadata_etl/tests/test_ip_ranges.py ...                                                                                                                                                                                                                                                        [ 63%]
cumulusci/tasks/metadata_etl/tests/test_layouts.py ...................                                                                                                                                                                                                                                          [ 64%]
cumulusci/tasks/metadata_etl/tests/test_objects.py ............                                                                                                                                                                                                                                                 [ 64%]
cumulusci/tasks/metadata_etl/tests/test_permissions.py ......                                                                                                                                                                                                                                                   [ 64%]
cumulusci/tasks/metadata_etl/tests/test_picklists.py ...................                                                                                                                                                                                                                                        [ 65%]
cumulusci/tasks/metadata_etl/tests/test_remote_site_settings.py .                                                                                                                                                                                                                                               [ 65%]
cumulusci/tasks/metadata_etl/tests/test_sharing.py ........                                                                                                                                                                                                                                                     [ 65%]
cumulusci/tasks/metadata_etl/tests/test_value_sets.py ............                                                                                                                                                                                                                                              [ 66%]
cumulusci/tasks/preflight/tests/test_dataset_load.py ...                                                                                                                                                                                                                                                        [ 66%]
cumulusci/tasks/preflight/tests/test_licenses.py ......                                                                                                                                                                                                                                                         [ 66%]
cumulusci/tasks/preflight/tests/test_packages.py .                                                                                                                                                                                                                                                              [ 66%]
cumulusci/tasks/preflight/tests/test_permset_preflights.py .                                                                                                                                                                                                                                                    [ 66%]
cumulusci/tasks/preflight/tests/test_recordtypes.py .                                                                                                                                                                                                                                                           [ 66%]
cumulusci/tasks/preflight/tests/test_retrieve_tasks.py ..                                                                                                                                                                                                                                                       [ 66%]
cumulusci/tasks/preflight/tests/test_settings.py ...........                                                                                                                                                                                                                                                    [ 66%]
cumulusci/tasks/preflight/tests/test_sobjects.py ...........                                                                                                                                                                                                                                                    [ 67%]
cumulusci/tasks/push/tests/test_push_api.py ...........................................................                                                                                                                                                                                                         [ 68%]
cumulusci/tasks/push/tests/test_push_tasks.py ..........................                                                                                                                                                                                                                                        [ 69%]
cumulusci/tasks/release_notes/tests/test_generator.py ........................                                                                                                                                                                                                                                  [ 70%]
cumulusci/tasks/release_notes/tests/test_parser.py ....................................................                                                                                                                                                                                                         [ 72%]
cumulusci/tasks/release_notes/tests/test_provider.py .................                                                                                                                                                                                                                                          [ 72%]
cumulusci/tasks/release_notes/tests/test_task.py ..................                                                                                                                                                                                                                                             [ 73%]
cumulusci/tasks/robotframework/tests/test_browser_proxies.py .......                                                                                                                                                                                                                                            [ 73%]
cumulusci/tasks/robotframework/tests/test_debugger.py ..........................                                                                                                                                                                                                                                [ 74%]
cumulusci/tasks/robotframework/tests/test_robot_parallel.py ....                                                                                                                                                                                                                                                [ 74%]
cumulusci/tasks/robotframework/tests/test_robotframework.py ..............................................                                                                                                                                                                                                      [ 75%]
cumulusci/tasks/salesforce/tests/test_CreateCommunity.py ..........                                                                                                                                                                                                                                             [ 76%]
cumulusci/tasks/salesforce/tests/test_CreatePackage.py .                                                                                                                                                                                                                                                        [ 76%]
cumulusci/tasks/salesforce/tests/test_Deploy.py ..........................                                                                                                                                                                                                                                      [ 77%]
cumulusci/tasks/salesforce/tests/test_DeployBundles.py ....                                                                                                                                                                                                                                                     [ 77%]
cumulusci/tasks/salesforce/tests/test_EnsureRecordTypes.py ..........                                                                                                                                                                                                                                           [ 77%]
cumulusci/tasks/salesforce/tests/test_ListCommunities.py .                                                                                                                                                                                                                                                      [ 77%]
cumulusci/tasks/salesforce/tests/test_ListCommunityTemplates.py .                                                                                                                                                                                                                                               [ 77%]
cumulusci/tasks/salesforce/tests/test_PackageUpload.py .................................                                                                                                                                                                                                                        [ 78%]
cumulusci/tasks/salesforce/tests/test_ProfileGrantAllAccess.py ...................                                                                                                                                                                                                                              [ 79%]
cumulusci/tasks/salesforce/tests/test_PublishCommunity.py .....                                                                                                                                                                                                                                                 [ 79%]
cumulusci/tasks/salesforce/tests/test_RetrievePackaged.py .                                                                                                                                                                                                                                                     [ 79%]
cumulusci/tasks/salesforce/tests/test_RetrieveReportsAndDashboards.py ..                                                                                                                                                                                                                                        [ 79%]
cumulusci/tasks/salesforce/tests/test_RetrieveUnpackaged.py .                                                                                                                                                                                                                                                   [ 79%]
cumulusci/tasks/salesforce/tests/test_SOQLQuery.py .                                                                                                                                                                                                                                                            [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallLocal.py .                                                                                                                                                                                                                                                       [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallLocalBundles.py .                                                                                                                                                                                                                                                [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallLocalNamespacedBundles.py .                                                                                                                                                                                                                                      [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallPackage.py .                                                                                                                                                                                                                                                     [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallPackaged.py ..                                                                                                                                                                                                                                                   [ 79%]
cumulusci/tasks/salesforce/tests/test_UninstallPackagedIncremental.py ...                                                                                                                                                                                                                                       [ 79%]
cumulusci/tasks/salesforce/tests/test_activate_flow.py ....                                                                                                                                                                                                                                                     [ 79%]
cumulusci/tasks/salesforce/tests/test_base_tasks.py .......                                                                                                                                                                                                                                                     [ 80%]
cumulusci/tasks/salesforce/tests/test_check_components.py ..............                                                                                                                                                                                                                                        [ 80%]
cumulusci/tasks/salesforce/tests/test_composite.py ....                                                                                                                                                                                                                                                         [ 80%]
cumulusci/tasks/salesforce/tests/test_create_permission_sets.py .                                                                                                                                                                                                                                               [ 80%]
cumulusci/tasks/salesforce/tests/test_custom_settings.py ...........                                                                                                                                                                                                                                            [ 80%]
cumulusci/tasks/salesforce/tests/test_custom_settings_wait.py ......                                                                                                                                                                                                                                            [ 81%]
cumulusci/tasks/salesforce/tests/test_describemetadatatypes.py ..                                                                                                                                                                                                                                               [ 81%]
cumulusci/tasks/salesforce/tests/test_enable_prediction.py .....                                                                                                                                                                                                                                                [ 81%]
cumulusci/tasks/salesforce/tests/test_insert_record.py ....                                                                                                                                                                                                                                                     [ 81%]
cumulusci/tasks/salesforce/tests/test_install_package_version.py ................                                                                                                                                                                                                                               [ 82%]
cumulusci/tasks/salesforce/tests/test_network_member_group.py ..............                                                                                                                                                                                                                                    [ 82%]
cumulusci/tasks/salesforce/tests/test_nonsourcetracking.py ........                                                                                                                                                                                                                                             [ 82%]
cumulusci/tasks/salesforce/tests/test_org_settings.py ........                                                                                                                                                                                                                                                  [ 82%]
cumulusci/tasks/salesforce/tests/test_profiles.py .....                                                                                                                                                                                                                                                         [ 83%]
cumulusci/tasks/salesforce/tests/test_retrieve_profile.py .............                                                                                                                                                                                                                                         [ 83%]
cumulusci/tasks/salesforce/tests/test_salesforce_files.py ...                                                                                                                                                                                                                                                   [ 83%]
cumulusci/tasks/salesforce/tests/test_sourcetracking.py ..............                                                                                                                                                                                                                                          [ 84%]
cumulusci/tasks/salesforce/tests/test_trigger_handlers.py .......                                                                                                                                                                                                                                               [ 84%]
cumulusci/tasks/salesforce/tests/test_update_dependencies.py .................                                                                                                                                                                                                                                  [ 84%]
cumulusci/tasks/salesforce/users/tests/test_permsets.py ...............                                                                                                                                                                                                                                         [ 85%]
cumulusci/tasks/salesforce/users/tests/test_photos.py ...............                                                                                                                                                                                                                                           [ 85%]
cumulusci/tasks/sample_data/test_capture_sample_data.py ...                                                                                                                                                                                                                                                     [ 85%]
cumulusci/tasks/sample_data/test_load_sample_data.py .....                                                                                                                                                                                                                                                      [ 85%]
cumulusci/tasks/tests/test_command.py ..........                                                                                                                                                                                                                                                                [ 86%]
cumulusci/tasks/tests/test_connectedapp.py ...............                                                                                                                                                                                                                                                      [ 86%]
cumulusci/tasks/tests/test_create_package_version.py ..................................                                                                                                                                                                                                                         [ 87%]
cumulusci/tasks/tests/test_datadictionary.py .........................................                                                                                                                                                                                                                          [ 89%]
cumulusci/tasks/tests/test_dx_convert_from.py .                                                                                                                                                                                                                                                                 [ 89%]
cumulusci/tasks/tests/test_metadeploy.py ................                                                                                                                                                                                                                                                       [ 89%]
cumulusci/tasks/tests/test_metaxml.py ..                                                                                                                                                                                                                                                                        [ 89%]
cumulusci/tasks/tests/test_promote_package_version.py ................                                                                                                                                                                                                                                          [ 90%]
cumulusci/tasks/tests/test_pushfails.py ..                                                                                                                                                                                                                                                                      [ 90%]
cumulusci/tasks/tests/test_salesforce.py ...                                                                                                                                                                                                                                                                    [ 90%]
cumulusci/tasks/tests/test_sfdx.py ......                                                                                                                                                                                                                                                                       [ 90%]
cumulusci/tasks/tests/test_util.py ...............                                                                                                                                                                                                                                                              [ 91%]
cumulusci/tasks/vlocity/tests/test_vlocity.py ...........ss                                                                                                                                                                                                                                                     [ 91%]
cumulusci/tests/pytest_plugins/test_vcr_string_compressor.py .                                                                                                                                                                                                                                                  [ 91%]
cumulusci/tests/test_entry_points.py ...                                                                                                                                                                                                                                                                        [ 91%]
cumulusci/tests/test_integration_infrastructure.py .....sss                                                                                                                                                                                                                                                     [ 91%]
cumulusci/tests/test_main.py .                                                                                                                                                                                                                                                                                  [ 91%]
cumulusci/tests/test_schema.py ..                                                                                                                                                                                                                                                                               [ 91%]
cumulusci/tests/test_utils.py .....................................................                                                                                                                                                                                                                             [ 93%]
cumulusci/tests/test_vcr_serializer.py ...                                                                                                                                                                                                                                                                      [ 93%]
cumulusci/utils/http/tests/test_multi_request.py .........                                                                                                                                                                                                                                                      [ 93%]
cumulusci/utils/parallel/queries_in_parallel/tests/test_run_queries_in_parallel.py ..                                                                                                                                                                                                                           [ 93%]
cumulusci/utils/parallel/task_worker_queues/tests/test_parallel_worker.py .......                                                                                                                                                                                                                               [ 94%]
cumulusci/utils/salesforce/tests/test_count_sobjects.py ...                                                                                                                                                                                                                                                     [ 94%]
cumulusci/utils/salesforce/tests/test_soql.py .                                                                                                                                                                                                                                                                 [ 94%]
cumulusci/utils/tests/test_fileutils.py ........................................                                                                                                                                                                                                                                [ 95%]
cumulusci/utils/tests/test_git.py ................                                                                                                                                                                                                                                                              [ 96%]
cumulusci/utils/tests/test_logging.py ....                                                                                                                                                                                                                                                                      [ 96%]
cumulusci/utils/tests/test_option_parsing.py ...............                                                                                                                                                                                                                                                    [ 96%]
cumulusci/utils/tests/test_org_schema.py ...................sss.                                                                                                                                                                                                                                                [ 97%]
cumulusci/utils/tests/test_org_schema_models.py ........                                                                                                                                                                                                                                                        [ 97%]
cumulusci/utils/tests/test_waiting.py ...                                                                                                                                                                                                                                                                       [ 97%]
cumulusci/utils/xml/test/test_metadata_tree.py ....................                                                                                                                                                                                                                                             [ 98%]
cumulusci/utils/xml/test/test_salesforce_encoding.py .........                                                                                                                                                                                                                                                  [ 98%]
cumulusci/utils/yaml/tests/test_cumulusci_yml.py ....ss...............                                                                                                                                                                                                                                          [ 99%]
cumulusci/utils/yaml/tests/test_model_parser.py ...............                                                                                                                                                                                                                                                 [ 99%]
cumulusci/utils/yaml/tests/test_safer_loader.py ........                                                                                                                                                                                                                                                        [100%]

================================================================================================================================================== warnings summary ===================================================================================================================================================
.venv/lib/python3.12/site-packages/typeguard/importhook.py:29: 20 warnings
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/typeguard/importhook.py:29: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
    elif isinstance(child, ast.Expr) and isinstance(child.value, ast.Str):

cumulusci/cli/service.py:72
  /workspaces/CumulusCI/cumulusci/cli/service.py:72: DeprecationWarning: 'MultiCommand' is deprecated and will be removed in Click 9.0. Use 'Group' instead.
    class ConnectServiceCommand(click.MultiCommand):

.venv/lib/python3.12/site-packages/typeguard/__init__.py:1027
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/typeguard/__init__.py:1027: UserWarning: no code associated -- not typechecking click.core.<Command update>
    warn('no code associated -- not typechecking {}'.format(function_name(func)))

.venv/lib/python3.12/site-packages/rst2ansi/visitor.py:27
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/rst2ansi/visitor.py:27: DeprecationWarning: The `docutils.utils.error_reporting` module is deprecated and will be removed in Docutils 0.21 or later.
  Details with help("docutils.utils.error_reporting").
    from docutils.utils.error_reporting import SafeString

cumulusci/cli/task.py:110
  /workspaces/CumulusCI/cumulusci/cli/task.py:110: DeprecationWarning: 'MultiCommand' is deprecated and will be removed in Click 9.0. Use 'Group' instead.
    class RunTaskCommand(click.MultiCommand):

.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244: DeprecationWarning: 'robot.utils.is_string' is deprecated and will be removed in Robot Framework 9.0.
    warnings.warn(

.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/robot/utils/__init__.py:244: DeprecationWarning: 'robot.utils.StringIO' is deprecated and will be removed in Robot Framework 9.0.
    warnings.warn(

cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import__persistent_org
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import__trial_org
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_sfdx_info_non_json_response
  /workspaces/CumulusCI/cumulusci/core/config/base_config.py:64: DeprecationWarning: Property `print_json` is unknown on class `SfdxOrgConfig`. Either declare it in the type declaration or use lookup() to look it up dynamically
    warnings.warn(

cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import__persistent_org
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_import__trial_org
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_scratch_info
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_refresh_oauth_token
  /workspaces/CumulusCI/cumulusci/core/config/sfdx_org_config.py:67: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    self._sfdx_info_date = datetime.datetime.utcnow()

cumulusci/cli/tests/test_org.py: 31 warnings
cumulusci/core/config/tests/test_config_expensive.py: 8 warnings
  /workspaces/CumulusCI/cumulusci/core/config/scratch_org_config.py:50: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    return bool(self.expires) and self.expires < datetime.datetime.utcnow()

cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_list
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_list
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_list__json
cumulusci/cli/tests/test_org.py::TestOrgCommands::test_org_list__json
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_format_days
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_format_days
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_days_alive
  /workspaces/CumulusCI/cumulusci/core/config/scratch_org_config.py:60: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    delta = datetime.datetime.utcnow() - self.date_created

cumulusci/cli/tests/test_service.py::test_service_connect_without_whitespaces
cumulusci/cli/tests/test_service.py::test_service_connect_without_whitespaces
  /workspaces/CumulusCI/cumulusci/core/config/base_config.py:64: DeprecationWarning: Property `attr` is unknown on class `ServiceConfig`. Either declare it in the type declaration or use lookup() to look it up dynamically
    warnings.warn(

cumulusci/cli/tests/test_service.py::test_service_update_without_whitespaces
cumulusci/cli/tests/test_service.py::test_service_update_without_whitespaces
  /workspaces/CumulusCI/cumulusci/core/config/base_config.py:64: DeprecationWarning: Property `color` is unknown on class `ServiceConfig`. Either declare it in the type declaration or use lookup() to look it up dynamically
    warnings.warn(

cumulusci/core/config/tests/test_config.py::TestBaseTaskFlowConfig::test_no_task__no_suggestion
cumulusci/core/config/tests/test_config.py::TestBaseTaskFlowConfig::test_no_task__with_suggestion
  /workspaces/CumulusCI/cumulusci/core/config/base_config.py:64: DeprecationWarning: Property `source` is unknown on class `BaseTaskFlowConfig`. Either declare it in the type declaration or use lookup() to look it up dynamically
    warnings.warn(

cumulusci/core/config/tests/test_config.py::TestOrgConfig::test_refresh_oauth_token__jwt
cumulusci/core/config/tests/test_config.py::TestOrgConfig::test_refresh_oauth_token__jwt_sandbox
cumulusci/core/config/tests/test_config.py::TestOrgConfig::test_refresh_oauth_token__jwt_sandbox_instanceless_url
cumulusci/oauth/tests/test_client.py::test_jwt_session
cumulusci/oauth/tests/test_salesforce.py::test_jwt_session
cumulusci/oauth/tests/test_salesforce.py::test_jwt_session__enhanced_domains_enabled
  /workspaces/CumulusCI/cumulusci/oauth/salesforce.py:80: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    "exp": timegm(datetime.utcnow().utctimetuple()),

cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_scratch_info
cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_scratch_info_command_error
  /workspaces/CumulusCI/cumulusci/core/config/base_config.py:64: DeprecationWarning: Property `print_json` is unknown on class `ScratchOrgConfig`. Either declare it in the type declaration or use lookup() to look it up dynamically
    warnings.warn(

cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_create_org
  /workspaces/CumulusCI/cumulusci/core/config/scratch_org_config.py:124: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    self.config["date_created"] = datetime.datetime.utcnow()

cumulusci/core/config/tests/test_config_expensive.py::TestScratchOrgConfig::test_refresh_oauth_token
  /workspaces/CumulusCI/cumulusci/core/config/sfdx_org_config.py:204: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    delta = datetime.datetime.utcnow() - self._sfdx_info_date

cumulusci/core/tests/test_datasets_e2e.py: 1 warning
cumulusci/tasks/bulkdata/tests/test_load.py: 5 warnings
cumulusci/tasks/bulkdata/tests/test_select.py: 5 warnings
cumulusci/tasks/bulkdata/tests/test_upsert.py: 16 warnings
  /workspaces/CumulusCI/cumulusci/tasks/bulkdata/load.py:747: SADeprecationWarning: The Table.exists() method is deprecated and will be removed in a future release.  Please refer to Inspector.has_table(). (deprecated since: 1.4)
    if id_table.exists():

cumulusci/core/tests/test_github.py: 5 warnings
cumulusci/core/tests/test_source.py: 1 warning
cumulusci/tasks/github/tests/test_publish.py: 5 warnings
cumulusci/tasks/github/tests/test_release.py: 4 warnings
cumulusci/tasks/github/tests/test_tag.py: 2 warnings
cumulusci/tasks/tests/test_metadeploy.py: 1 warning
cumulusci/tasks/tests/test_promote_package_version.py: 3 warnings
  /workspaces/CumulusCI/cumulusci/tasks/github/tests/util_github_api.py:179: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    tag_date = datetime.utcnow()

cumulusci/oauth/tests/test_client.py::TestOAuth2Client::test_auth_code_flow___https
  /workspaces/CumulusCI/cumulusci/oauth/client.py:205: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
    ssl_context = ssl.SSLContext(protocol=ssl.PROTOCOL_TLS)

cumulusci/tasks/bulkdata/tests/test_generate_from_snowfakery_task.py: 527 warnings
cumulusci/tasks/bulkdata/tests/test_snowfakery.py: 4028 warnings
  /workspaces/CumulusCI/.venv/lib/python3.12/site-packages/sqlalchemy/engine/default.py:733: DeprecationWarning: The default date adapter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes
    cursor.executemany(statement, parameters)

cumulusci/tasks/github/tests/test_publish.py::TestPublishSubtree::test_run_task_tag_name__explicit_tag_name
cumulusci/tasks/github/tests/test_publish.py::TestPublishSubtree::test_run_task_tag_name__latest
cumulusci/tasks/github/tests/test_publish.py::TestPublishSubtree::test_run_task_version
  /workspaces/CumulusCI/cumulusci/tasks/github/publish.py:244: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    "date": f"{datetime.utcnow().isoformat()}Z",

cumulusci/tasks/github/tests/test_release.py::TestCreateRelease::test_run_task
cumulusci/tasks/github/tests/test_release.py::TestCreateRelease::test_run_task__with_custom_prefix
cumulusci/tasks/github/tests/test_release.py::TestCreateRelease::test_run_task__beta_1gp
cumulusci/tasks/github/tests/test_release.py::TestCreateRelease::test_run_task__with_beta_2gp
  /workspaces/CumulusCI/cumulusci/tasks/github/release.py:102: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    "date": f"{datetime.utcnow().isoformat()}Z",

cumulusci/tasks/github/tests/test_tag.py::TestCloneTag::test_run_task
  /workspaces/CumulusCI/cumulusci/tasks/github/tag.py:32: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    "date": f"{datetime.utcnow().isoformat()}Z",

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_invalid_current_tag
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_current_tag_without_last
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_current_tag_without_last_no_last_found
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_no_pull_requests_in_repo
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_no_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_one_pull_request_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_get_version_from_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    self.current_tag_commit_date = datetime.utcnow()

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_invalid_current_tag
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_current_tag_without_last
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_current_tag_without_last_no_last_found
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_no_pull_requests_in_repo
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_no_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_one_pull_request_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_get_version_from_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:121: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    self.last_tag_commit_date = datetime.utcnow() - timedelta(days=1)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_no_pull_requests_in_range
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:377: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    merged_date=datetime.utcnow() - timedelta(days=2),

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_one_pull_request_in_range
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:233: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    1, 101, "pull 1", datetime.utcnow() - timedelta(seconds=60)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_one_pull_request_in_range
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:236: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    2, 102, "pull 2", datetime.utcnow() - timedelta(days=4)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_one_pull_request_in_range
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:239: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    3, 103, "pull 3", datetime.utcnow() - timedelta(days=5)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:248: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    1, 101, "pull 1", datetime.utcnow() - timedelta(seconds=60)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:251: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    2, 102, "pull 2", datetime.utcnow() - timedelta(seconds=90)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:254: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    3, 103, "pull 3", datetime.utcnow() - timedelta(seconds=120)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:257: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    4, 104, "pull 4", datetime.utcnow() - timedelta(days=4)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:260: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    5, 105, "pull 5", datetime.utcnow() - timedelta(days=5)

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:267: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    datetime.utcnow() - timedelta(seconds=180),

cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_multiple_pull_requests_in_range
cumulusci/tasks/release_notes/tests/test_provider.py::TestGithubChangeNotesProvider::test_pull_requests_with_no_last_tag
  /workspaces/CumulusCI/cumulusci/tasks/release_notes/tests/test_provider.py:274: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    datetime.utcnow(),

cumulusci/tasks/salesforce/tests/test_PackageUpload.py::TestPackageUpload::test_run_task
cumulusci/tasks/salesforce/tests/test_PackageUpload.py::TestPackageUpload::test_run_task__upload_error
  /workspaces/CumulusCI/cumulusci/tasks/salesforce/package_upload.py:177: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    self._upload_start_time = datetime.utcnow()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================================================================================================= 3168 passed, 37 skipped, 4751 warnings in 84.34s (0:01:24) ==============================================================================================================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON Schema incorrectly defines namespaced field as string instead of boolean for scratch org configuration
2 participants