-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I noticed a couple of things while picking up work on pytest-qt again:
- One test uses
tmpdir
instead oftmp_path
- All tests use
testdir
instead ofpytester
- We might want to switch from autoflake/pyupgrade/black/flake8 to ruff?
- We should switch from
setup.py
to apyproject.toml
(and maybeuv
?) - License PyPI classifiers are deprected, we should use a SPDX license
- We should force colored pytest output on GitHub Actions
- We should have type annotations and use mypy on CI (and then probably add
py.typed
too)
Thoughts? We should probably split this into more bite-sized issues, just writing down what went through my head before I forget everything again.
Pierre-Sassoulas and nicoddemus
Metadata
Metadata
Assignees
Labels
No labels