Skip to content

Conversation

rhpvorderman
Copy link
Collaborator

@rhpvorderman rhpvorderman commented Sep 10, 2025

Checklist

  • Pull request details were added to CHANGELOG.rst
  • Documentation was updated (if needed)

ellert and others added 29 commits March 14, 2025 19:59
If the env_vars argument to assert_python_failure or assert_python_ok
is empty the test will run in isolated mode (-I) which means that the
PYTHONPATH environment variable will be ignored and the test fails
because the isal module can not be found, or the test is run usung the
system installed version of the module instead of the newly built
module that should be tested.

By adding a dummy entry to the env_vars argument the isolated mode is
not used and the PYTHONPATH environment variable is not ignored and
the test works as expected.
Add a dummy non-empty environment when using assert_python_{failure,ok}
Switch to setuptools-scm, include tests in source tarball.
Fix multithreaded flushing implementation.
Remove python 3.9 support and add 3.14 support
Remove trailing whitespace
Mark extensions as free-threading-compatible and build wheels
@rhpvorderman rhpvorderman merged commit 1eeaf31 into main Sep 10, 2025
20 checks passed
@rhpvorderman rhpvorderman deleted the release_1.8.0 branch September 10, 2025 08:17
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.

3 participants