mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-08-01 05:12:36 +00:00
8 lines
198 B
Python
8 lines
198 B
Python
import pytest
|
|
|
|
# Remove this to test changes to GithubRepositoryReader.
|
|
pytest.skip(
|
|
"Skip by default due to dependence on network request and github api token.",
|
|
allow_module_level=True,
|
|
)
|