We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332cdb6 commit 2cf702bCopy full SHA for 2cf702b
tox.ini
@@ -6,14 +6,14 @@ no_package = True
6
env_list = lint, unit
7
8
[vars]
9
-src_path = {tox_root}/src
10
-tests_path = {tox_root}/tests
11
-lib_path = {tox_root}/lib/charms/mysql
+src_path = "{tox_root}/src"
+tests_path = "{tox_root}/tests"
+lib_path = "{tox_root}/lib/charms/mysql"
12
all_path = {[vars]src_path} {[vars]tests_path} {[vars]lib_path}
13
14
[testenv]
15
set_env =
16
- PYTHONPATH = {[vars]src_path}:{tox_root}/lib
+ PYTHONPATH = {tox_root}/src:{tox_root}/lib
17
PY_COLORS = 1
18
allowlist_externals =
19
poetry
0 commit comments