Skip to content

Commit f60ce36

Browse files
committed
test: Use SaveBundle instead of ExportBundle button for integ tests.
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
1 parent 77796d9 commit f60ce36

3 files changed

Lines changed: 226 additions & 271 deletions

File tree

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy >= 2.2.6, < 2.5; python_version < "3.12"
1313
pillow == 12.*
1414
openjd-cli == 0.7.*
1515
fonttools >= 4.0.0
16-
deadline-cloud-test-fixtures >= 0.18.18
16+
deadline-cloud-test-fixtures >= 0.18.20
1717
# Drives the real submitter dialog via the OS accessibility tree.
1818
# Used by test/integ/.
1919
xa11y >= 0.13.0

test/integ/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,14 @@ def deadline_farm(tmp_path):
131131
config_path = tmp_path / "deadline.config"
132132
home_dir = tmp_path / "home"
133133
job_history_dir = tmp_path / "job_history"
134+
job_history_dir.mkdir()
134135

135136
write_deadline_config(
136137
config_path,
137138
farm_id=backend.farm_id,
138139
queue_id=backend.queue_id,
139140
job_history_dir=job_history_dir,
141+
job_bundle_default_directory=job_history_dir,
140142
)
141143
env_overlay = build_mock_environment(
142144
dict(os.environ),

0 commit comments

Comments
 (0)