SHA256
1
0
forked from pool/breezy
breezy/fix-tests.ptch
Antonio Larrosa c90eecb7ac Accepting request 790048 from home:scarabeus_iv:branches:devel:tools:scm
[  187s] = 2174 failed, 8084 passed, 379 skipped, 24 xfailed, 830 warnings in 162.20s (0:02:42) =
^^ it still needs fixes, but at least enables the testing so we have somewhere to start


- Add patch to fix borked test import fix-tests.ptch
- Enable testing

OBS-URL: https://build.opensuse.org/request/show/790048
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=2
2020-03-31 09:23:41 +00:00

14 lines
444 B
Plaintext

Index: breezy-3.0.2/breezy/plugins/fastimport/tests/test_head_tracking.py
===================================================================
--- breezy-3.0.2.orig/breezy/plugins/fastimport/tests/test_head_tracking.py
+++ breezy-3.0.2/breezy/plugins/fastimport/tests/test_head_tracking.py
@@ -26,7 +26,7 @@ from fastimport import (
import testtools
-from .reftracker import (
+from fastimport.reftracker import (
RefTracker,
)