This is an automated email from the ASF dual-hosted git repository.
NSAmelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/master by this push:
new fb8596d IGNITE-28760 Added JAVA_HOME env to the tox.ini (#66)
fb8596d is described below
commit fb8596dafc2500274f8b14627e687499eee9a209
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Wed Jun 10 21:41:41 2026 +0300
IGNITE-28760 Added JAVA_HOME env to the tox.ini (#66)
---
tox.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/tox.ini b/tox.ini
index ef8fe63..50b324b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,6 +36,7 @@ commands = flake8
passenv =
TEAMCITY_VERSION
IGNITE_HOME
+ JAVA_HOME
envdir = {homedir}/.virtualenvs/pyignite-{envname}
deps =
-r ./requirements/install.txt