Skip to content

Commit df8237e

Browse files
committed
Merge branch 'main' of github.com:marcwimmer/wodoo
2 parents b148d5d + a67c219 commit df8237e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = wodoo
3-
version = 0.6.85
3+
version = 0.6.86
44
description_file = README.md
55
DESCRIPTION = Odoo Framework
66
URL = https://github.com/marcwimmer/wodoo

wodoo/lib_robot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,7 @@ def make_variable_file(ctx, config, userpassword=None):
631631
if userpassword:
632632
data["ROBO_ODOO_PASSWORD"] = userpassword
633633
data.setdefault("ROBO_ODOO_PASSWORD", "admin")
634-
data["ROBO_ODOO_PORT"] = int(config.PROXY_PORT)
635634
data["ROBO_ODOO_USER"] = "admin"
636-
data["ROBO_ODOO_DB"] = config.DBNAME
637635
data["ROBO_ODOO_VERSION"] = current_version()
638636
data["TEST_RUN_INDEX"] = 0
639637
data["TEST_DIR"] = str(customs_dir() / "robot-output")

wodoo/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.85
1+
0.6.86

0 commit comments

Comments
 (0)