Skip to content

Commit

Permalink
#49 Disabled export_slc_async
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Aug 27, 2024
1 parent 9f08687 commit 94d963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-slc/test/integration/pytest_slc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def extension_build_slc_async(export_slc_async):
with LanguageContainerBuilder('test_container', LANGUAGE_ALIAS) as slc_builder:
project_directory = find_path_backwards("pyproject.toml", __file__).parent
slc_builder.prepare_flavor(project_directory)
yield export_slc_async(slc_builder)
yield slc_builder, None
@pytest.fixture(scope='session')
def extension_upload_slc(extension_build_slc_async, upload_slc):
Expand Down

0 comments on commit 94d963b

Please sign in to comment.