mirror of
https://github.com/smittix/intercept.git
synced 2026-06-30 22:08:59 -07:00
Add missing scapy to optionals group and fix missing newline at EOF
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -114,4 +114,4 @@ def _verify_installation(package_set, source_name):
|
||||
missing_or_wrong.append(f"{clean_name} (Not installed)")
|
||||
|
||||
if missing_or_wrong:
|
||||
pytest.fail(f"Environment out of sync with {source_name}:\n" + "\n".join(missing_or_wrong))
|
||||
pytest.fail(f"Environment out of sync with {source_name}:\n" + "\n".join(missing_or_wrong))
|
||||
|
||||
Reference in New Issue
Block a user