You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments