SHA256
1
0
forked from pool/breezy
breezy/fix-tests.patch
Antonio Larrosa 3572bc816f Accepting request 790095 from home:scarabeus_iv:branches:devel:tools:scm
- Add provides/obsoletes on bzr as we are the py3 variant and
  provide the same binaries

- Add patch to fix borked test import fix-tests.patch

OBS-URL: https://build.opensuse.org/request/show/790095
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=3
2020-03-31 11:07:22 +00:00

14 lines
444 B
Diff

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,
)