Avoid requiring network in test_healthchecks.py #869
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "DamienCassou/borgmatic:prevent-network-access-in-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some test environments (e.g., the one of the Nix build system) don't
allow network requests while building and testing.
Good catch! Thanks so much for doing this.