Skip to content
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

content-validator python upgrade #35

Open
8 of 9 tasks
b1r3k opened this issue Oct 9, 2024 · 0 comments · May be fixed by #34
Open
8 of 9 tasks

content-validator python upgrade #35

b1r3k opened this issue Oct 9, 2024 · 0 comments · May be fixed by #34
Assignees

Comments

@b1r3k
Copy link
Contributor

b1r3k commented Oct 9, 2024

  1. find . -iname '.py' -not -path "/venv/*" -exec pyupgrade --py311-plus {} +
  2. enum changed behaviour of str()
  3. remove dependency on async_test
  4. transition to pytest - https://github.com/pytest-dev/nose2pytest
  5. update travis CI
  6. ansible playbook update
  7. Optional: transition to pyproject.toml
  8. aiohttp update to 3.8.5
  9. separate html-structure-diff versions 0.x 1.x so that revert to 0.x lineage is possible

requires:

Findings

@b1r3k b1r3k self-assigned this Oct 9, 2024
@b1r3k b1r3k linked a pull request Oct 10, 2024 that will close this issue
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 a pull request may close this issue.

1 participant