aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/rdf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fixtures/rdf.py b/tests/fixtures/rdf.py
index 19253bd..64d3107 100644
--- a/tests/fixtures/rdf.py
+++ b/tests/fixtures/rdf.py
@@ -34,7 +34,9 @@ def rdf_setup():
with open(init_file, "w", encoding="utf-8") as file_:
file_.write(Template(VIRTUOSO_INI_FILE).substitute(
dir_path=tmpdirname))
- # when using shell=True, pass in string as args, ref: https://stackoverflow.com/a/10661488
+ # when using shell=True, pass in string as args, ref:
+ # https://stackoverflow.com/a/10661488
+ # pylint: disable-next=line-too-long
command = f"virtuoso-t +foreground +wait +no-checkpoint +configfile {init_file}"
with subprocess.Popen(
command,