Skip to content

migrate to poetry#80

Merged
cnotbohm merged 3 commits intohearsaycorp:masterfrom
cnotbohm:CEL-1439
Mar 16, 2026
Merged

migrate to poetry#80
cnotbohm merged 3 commits intohearsaycorp:masterfrom
cnotbohm:CEL-1439

Conversation

@cnotbohm
Copy link
Copy Markdown
Contributor

@cnotbohm cnotbohm commented Mar 4, 2026

This PR migrates the library to poetry for building and publishing
it updates the documentation to be MD files
adds make commands

a future PR will update the library to include python 3.14 support and django 5.2 support

Comment on lines +1 to +3
#!/usr/bin/env python3
import os
import sys
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this file does any database test setup that was done in setup.py previously

Comment on lines +22 to +62
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.0", "4.1", "4.2"]
db-engine: ["sqlite", "mysql", "postgres"]
exclude:
- python-version: "3.11"
django-version: "3.2"
- python-version: "3.11"
django-version: "4.0"
services:
postgres:
image: postgres:12
ports:
- 5432:5432
options: >-
--health-cmd=pg_isready
--health-interval=10s
--health-timeout=5s
--health-retries=5
env:
POSTGRES_DB: testdb
POSTGRES_USER: travis
POSTGRES_PASSWORD: travis
mysql:
image: mysql:8
ports:
- 3306:3306
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-timeout=5s
--health-retries=5
env:
MYSQL_USER: travis
MYSQL_PASSWORD: travis
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_DATABASE: test_testdb

steps:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this should make sure tests are run as they were before

@cnotbohm cnotbohm marked this pull request as ready for review March 4, 2026 23:47
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9ff31a9667

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@cnotbohm cnotbohm merged commit a8a1f3e into hearsaycorp:master Mar 16, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants