-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Bug Report
Basic Info
| Info | Please fill out this column |
|---|---|
| Primary OS tested on | Fedora |
| vcs2l version | 1.1.4 |
| Python version | 3.13 |
Description
When running tests in test/test_commands.py as part of platform package builds, vcs2l attempts to access resources on the internet and the tests fail in the package building sandbox.
Steps to Reproduce
- Clone sources
- Disconnect from internet
- Run tests
Expected Behavior
It should be possible to develop and test vcs2l without relying on remote resources
Actual Behavior
Tests fail to execute without connectivity to GitHub
Additional Context
It should be possible to include or create these test resources locally as part of test setup, and use local filesystem URLs in place of the current HTTP URLs.
Metadata
Metadata
Assignees
Labels
No labels