]> 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:53:10 +0000 (21:53 +0200)
commit354ce373f23f193488d6b73c42fd9b4fa93443a8
treed4b533caebc4134ccf9abbd214fc63e10896ccb4
parent1e4b563ae9b7f1c8de0d697023a4dc437e3e8747
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
(cherry picked from commit b5cf61c504e6ff7cdceeb0ca376eb47a97b9da5a)
doc/build/changelog/unreleased_20/11268.rst [new file with mode: 0644]
test/sql/test_resultset.py