Skip to content

fixes sqlalchemy deprecation warning, docstrings#6

Merged
adrianschlatter merged 23 commits intomasterfrom
develop
Feb 17, 2026
Merged

fixes sqlalchemy deprecation warning, docstrings#6
adrianschlatter merged 23 commits intomasterfrom
develop

Conversation

@adrianschlatter
Copy link
Copy Markdown
Owner

No description provided.

* also added test
* also fixed (other) tests that were failing
- only on push
- fix flake8 error
- update .gitignore
It‘s fastest, it‘s the standard.
Github does not have python-3.6 on ubuntu-22.04.
* pytest, flake8, check-manifest => pyproject.toml
* exclude files not to be tested instead of the other way around
ext.declarative_base is deprecated. Use
orm.declarative_base instead.

closes #2
combined with setup.cfg, setup.py to be compatible back to at least py35

closes #3
Switch coverage tooling to best practice as in `ppf.sample`
* to more python version
* update github workflow to ubuntu-22.04 and remove py3.6 (not supported
  in 22.04 and neither by other ubuntu images on github)
Derive package version from repository tags.
@adrianschlatter
Copy link
Copy Markdown
Owner Author

py36 test does not pass because GitHub actions do not support py36 anymore. The code passes py36 tests on local machine.

@adrianschlatter adrianschlatter merged commit 241364d into master Feb 17, 2026
14 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