Skip to content
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

Handle test charm deps in a consistent way #92

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Feb 9, 2023

Issue

  • The dependencies for test charms are still handled manually

Solution

  • Add poetry dependency groups for the two test charms so they can be handled in one place with everything else

Context

  • Also bumped some dependencies

Testing

Release Notes

  • Housekeeping

Comment on lines +32 to +36
flake8 = "^6.0.0"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.3"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.1.0"
pyproject-flake8 = "^5.0.4.post1"
pyproject-flake8 = "^6.0.0.post1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8 6 seems to work now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap, savoirfairelinux/flake8-copyright#19 is closed.
Can you please remove flake8 pinning from PSQL repos.
I have sent a MM notification to the team to clean pinning from their repos.

Nice!

@dragomirp dragomirp marked this pull request as ready for review February 9, 2023 22:17
Copy link
Contributor

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment on lines +32 to +36
flake8 = "^6.0.0"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.3"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.1.0"
pyproject-flake8 = "^5.0.4.post1"
pyproject-flake8 = "^6.0.0.post1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap, savoirfairelinux/flake8-copyright#19 is closed.
Can you please remove flake8 pinning from PSQL repos.
I have sent a MM notification to the team to clean pinning from their repos.

Nice!

@dragomirp dragomirp merged commit dab4e36 into main Feb 10, 2023
@dragomirp dragomirp deleted the poetic-test-charms branch February 10, 2023 12:43
BON4 pushed a commit to BON4/postgresql-k8s-operator that referenced this pull request May 20, 2024
github-actions bot added a commit to canonical/test-runners-2-is-x64-postgresql-k8s-operator that referenced this pull request Jun 26, 2024
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.

3 participants