From c37dc4be5d8714f4c9de9aa8e7f49d2f2c29ab26 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 10 2018 07:11:15 +0000 Subject: Do not remove not-failing test Signed-off-by: Igor Gnatenko --- 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