ydb-platform / ydb-platform/ydb-sqlalchemy

Metadata and CI Mismatch

Open
#119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
40
Forks
13
Avg merge
2d 6h
Merged PRs (30d)
3

Description

Hello! I've noticed some contradictions between the package metadata, CI, and the actual test coverage across Python versions.

In setup.py, the classifiers claim support only for Python 3.8. However, in the CI (.github/workflows/tests.yml) the matrix has python-version: [3.9], and in tox.ini the [testenv] does not specify basepython.

It seems that tox runs tests on the interpreter that invoked it, and it is invoked via actions/setup-python with version 3.9. So the entire CI check runs on Python 3.9, not 3.8.

Then it’s not entirely clear why the matrix uses only one version (maybe they intended to expand testing to different versions but forgot).

I could align the metadata with the actual testing and also add CI support for versions 3.10–3.14 :)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the Python classifiers in setup.py with the matrix in .github/workflows/tests.yml and the interpreter behavior configured by tox.ini. Confirm which Python versions are intended to be supported, then align the metadata and CI coverage so the declared versions and executed tests agree.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, python
Domain
build-system, ci-cd
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.