Skip to content

Commit cf200a2

Browse files
committed
Adapt test such that it runs with the locally installed bedrock, rather than the latest bedrock version from PyPI
1 parent 19100d8 commit cf200a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_examples/test_hk_kaitak_ags3_to_brgi_geodb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def test_kaitak_ags3_notebook_runs_and_creates_gpkg(examples_dir):
4444
env = os.environ.copy()
4545
env["PYTHONIOENCODING"] = "utf-8"
4646
result = subprocess.run(
47-
["uvx", "uv", "run", "--no-project", "--no-cache", str(notebook_path)],
47+
# ["uvx", "uv", "run", "--no-project", "--no-cache", str(notebook_path)],
48+
["uv", "run", str(notebook_path)],
4849
check=False,
4950
capture_output=True,
5051
text=True,

0 commit comments

Comments
 (0)