mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore(tests): exclude sideband_plugins fixtures from package distribution
This commit is contained in:
parent
78535f2098
commit
28168fe295
2 changed files with 3 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ exclude = [
|
|||
"venv",
|
||||
".venv",
|
||||
"tests/frontend",
|
||||
"tests/backend/fixtures/sideband_plugins",
|
||||
"vendor",
|
||||
"*.egg-info",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ _ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
|
|||
if _ROOT not in sys.path:
|
||||
sys.path.insert(0, _ROOT)
|
||||
|
||||
from meshchatx.src.backend.plugin_signature import (
|
||||
from meshchatx.src.backend.plugin_signature import ( # noqa: E402
|
||||
SignatureInfo,
|
||||
canonical_dir_payload,
|
||||
verify_dir_signature,
|
||||
|
|
@ -21,7 +21,7 @@ from meshchatx.src.backend.plugin_signature import (
|
|||
verify_zip_signature,
|
||||
write_dir_signature,
|
||||
)
|
||||
from meshchatx.src.backend.plugin_wasm_bundle import (
|
||||
from meshchatx.src.backend.plugin_wasm_bundle import ( # noqa: E402
|
||||
append_wasm_signature,
|
||||
wasm_payload_without_signature,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue