From c37dc4be5d8714f4c9de9aa8e7f49d2f2c29ab26 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 10 Aug 2018 08:14:57 +0200 Subject: [PATCH] Do not remove not-failing test Signed-off-by: Igor Gnatenko --- python-pygit2.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index ef4d1b3..a9b9551 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -60,10 +60,6 @@ Documentation for %{name}. %prep %autosetup -n %{pkgname}-%{version} -p1 -# Remove failing create_from tests -# https://github.com/libgit2/pygit2/issues/748 -rm test/test_patch.py - %build %py2_build make -C docs html