Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seeing warnings in test runs stating that license_file will be deprecation next month: ``` integration-testing-client-1 | The license_file parameter is deprecated, use license_files instead. integration-testing-client-1 | integration-testing-client-1 | By 2023-Oct-30, you need to update your project and remove deprecated calls integration-testing-client-1 | or your builds will no longer be supported. integration-testing-client-1 | integration-testing-client-1 | See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. integration-testing-client-1 | ``` updating to use `license_files` instead.
- Loading branch information