Skip to content

Commit

Permalink
Add missing environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Sep 8, 2023
1 parent 7d14b77 commit 9939bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tox_run.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ setenv =
DEBUG_PYFUNCEBLE_ON_SCREEN=yes
PYFUNCEBLE_LOGGING_LVL=critical
PYFUNCEBLE_CONFIG_DIR = {toxinidir}/tests_dir
PYFUNCEBLE_INSTALL_HELPERS = yes
PYTHONIOENCODING = utf-8

passenv = PYFUNCEBLE_*
Expand Down
1 change: 1 addition & 0 deletions tox_run_mariadb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setenv =
DEBUG_PYFUNCEBLE_ON_SCREEN=yes
PYFUNCEBLE_LOGGING_LVL=critical
PYFUNCEBLE_CONFIG_DIR = {toxinidir}/tests_dir
PYFUNCEBLE_INSTALL_HELPERS = yes
PYTHONIOENCODING = utf-8

passenv = PYFUNCEBLE_*
Expand Down
1 change: 1 addition & 0 deletions tox_run_postgresql.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setenv =
DEBUG_PYFUNCEBLE_ON_SCREEN=yes
PYFUNCEBLE_LOGGING_LVL=critical
PYFUNCEBLE_CONFIG_DIR = {toxinidir}/tests_dir
PYFUNCEBLE_INSTALL_HELPERS = yes
PYTHONIOENCODING = utf-8

passenv = PYFUNCEBLE_*
Expand Down

0 comments on commit 9939bad

Please sign in to comment.