Skip to content

Commit

Permalink
lockable@0.4.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhhov committed Jun 8, 2021
1 parent 7e0faee commit 6b884cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RobotLockable/Remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def generate_doc(doc):
:return: 0 if success.
"""
cmd = f"python -m robot.libdoc Remote::http://127.0.0.1:8270 {doc}"
# pylint: disable=consider-using-with
server = subprocess.Popen(("python", __file__), stdout=subprocess.PIPE)
time.sleep(1)
gen = subprocess.run(cmd.split()) # pylint: disable=subprocess-run-check
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
setup_requires=["setuptools_scm"],
install_requires=[
"robotframework",
"lockable==0.4.0",
"lockable==0.4.2",
"click",
"retry",
"robotremoteserver",
Expand Down

0 comments on commit 6b884cd

Please sign in to comment.