Skip to content

fix testing #174

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
Jun 14, 2025
Merged

fix testing #174

merged 1 commit into from
Jun 14, 2025

Conversation

shimizukawa
Copy link
Member

@shimizukawa shimizukawa commented Jun 13, 2025

Purpose

  • environment keeping.

Detail

  • update deprecated license field in pyproject.toml
  • remove deprecated LICENSE trove classifire
  • ignore useless error message on build

@shimizukawa shimizukawa self-assigned this Jun 13, 2025
@@ -1065,7 +1065,7 @@ def quoted_column_name(field_name):
# with migrations, so we validate here instead.
if len(distkey.fields) != 1:
raise ValueError(
"DistKey on model {} must have exactly " "one field.".format(
Copy link
Member Author

Choose a reason for hiding this comment

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

by ruff

Comment on lines +6 to +7
license = "Apache-2.0"
license-files = ["LICENSE"]
Copy link
Member Author

Choose a reason for hiding this comment

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

@@ -20,7 +21,6 @@ classifiers = [
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
Copy link
Member Author

Choose a reason for hiding this comment

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

@@ -64,7 +64,7 @@ commands=
[testenv:check]
deps = uv
commands =
uv build
uv build --sdist --wheel
Copy link
Member Author

Choose a reason for hiding this comment

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

@shimizukawa shimizukawa marked this pull request as ready for review June 14, 2025 00:02
@shimizukawa shimizukawa merged commit d8550a3 into master Jun 14, 2025
34 of 35 checks passed
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.

1 participant