]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix missing pythonpath in test that use subprocess
authorFederico Caselli <cfederico87@gmail.com>
Mon, 15 Apr 2024 19:52:38 +0000 (21:52 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 15 Apr 2024 19:52:38 +0000 (21:52 +0200)
commitb5cf61c504e6ff7cdceeb0ca376eb47a97b9da5a
tree56783e5ab4854f87dd05950ac959624e519c575b
parent483edf651f6c3db6729f8d75265241b67ccd6b80
Fix missing pythonpath in test that use subprocess

Ensure the ``PYTHONPATH`` variable is properly initialized when
using ``subprocess.run`` in the tests.

Fixes: #11268
Change-Id: Ie2db656364931b3be9033dcaaf7a7c56b383ecca
doc/build/changelog/unreleased_20/11268.rst [new file with mode: 0644]
test/sql/test_resultset.py