Skip to content

Use license_files in setup.cfg #484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

kgartland-rstudio
Copy link
Contributor

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.

Intent

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change

Approach

Automated Tests

Directions for Reviewers

Checklist

  • I have updated CHANGELOG.md to cover notable changes.
  • I have updated all related GitHub issues to reflect their current state.

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.
@github-actions
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4287 2777 65% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 38c93f2 by action🐍

@kgartland-rstudio kgartland-rstudio marked this pull request as ready for review September 18, 2023 18:21
@kgartland-rstudio kgartland-rstudio merged commit 8774dc6 into master Sep 18, 2023
@kgartland-rstudio kgartland-rstudio deleted the kg-license_files branch September 18, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants