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

CI: Test on newer Pythons; enable Python dev mode #771

Merged
merged 5 commits into from
Dec 23, 2023

Commits on Dec 23, 2023

  1. CI: test on newer versions of Python too

    Signed-off-by: Aarni Koskela <[email protected]>
    akx committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5224906 View commit details
    Browse the repository at this point in the history
  2. CI: run with PYTHONDEVMODE=1

    Signed-off-by: Aarni Koskela <[email protected]>
    akx committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    cf27295 View commit details
    Browse the repository at this point in the history
  3. Unpin Py.test version; remove pytest-runner dependency

    Signed-off-by: Aarni Koskela <[email protected]>
    akx committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    68f1a8d View commit details
    Browse the repository at this point in the history
  4. Correct wrap_socket call for Python 3.12

    Signed-off-by: Aarni Koskela <[email protected]>
    akx committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9f4ec96 View commit details
    Browse the repository at this point in the history
  5. Use simpler run: tox -e py incantation

    Co-authored-by: Christian Clauss <[email protected]>
    Signed-off-by: Aarni Koskela <[email protected]>
    akx and cclauss committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    88c8e72 View commit details
    Browse the repository at this point in the history