aports/community/py3-dulwich/skip-network-tests.patch
2022-03-06 23:23:37 +00:00

15 lines
371 B
Diff

Tests are failing (http-backend)
diff --git a/dulwich/tests/compat/__init__.py b/dulwich/tests/compat/__init__.py
index 24747775..cb61e227 100644
--- a/dulwich/tests/compat/__init__.py
+++ b/dulwich/tests/compat/__init__.py
@@ -25,7 +25,6 @@ import unittest
def test_suite():
names = [
- "client",
"pack",
"patch",
"porcelain",