This commit is contained in:
henryruhs
2026-05-11 02:51:35 +02:00
parent 8bbb6e7062
commit e05d13c47e
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -36,7 +36,6 @@ jobs:
- run: python install.py --onnxruntime default --skip-conda
- run: pip install pytest
- run: pip install pytest-mock
- run: pip install pytest-timeout
- run: pip install httpx
- run: pip install python-multipart
- run: pytest
+1
View File
@@ -43,6 +43,7 @@ def create_peer_connection(
return datachannel_library.rtcCreatePeerConnection(ctypes.byref(rtc_configuration))
#TODO: I think we dont need this method at all
def build_media_description(media_type : str, payload_type : int, rtp_codec : str, media_direction : MediaDirection, media_id : int) -> bytes:
lines =\
[
+3 -1
View File
@@ -7,7 +7,7 @@ import numpy
import pytest
from starlette.testclient import TestClient
from facefusion import metadata, session_manager, state_manager
from facefusion import environment, metadata, session_manager, state_manager
from facefusion.apis import asset_store
from facefusion.apis.core import create_api
from facefusion.core import common_pre_check, processors_pre_check
@@ -39,6 +39,8 @@ def before_all() -> None:
common_pre_check()
processors_pre_check()
environment.setup_platform()
conditional_download(get_test_examples_directory(),
[
'https://github.com/facefusion/facefusion-assets/releases/download/examples-3.0.0/source.jpg'