From bc479fe6c4322fdb19f4fde17576545e9fc60cde Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 23 Dec 2021 16:46:29 +0100 Subject: [PATCH] Don't attempt to apply obsolete, removed patch Oops. Signed-off-by: Nils Philippsen --- python-sqlalchemy.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index de2253b..436d1d8 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -78,7 +78,6 @@ This package includes the python 3 version of the module. %prep %setup -q -n %{srcname}-%{srcversion} -%patch0 -p1 -b .fix-tests # Remove flag for pytest-xdist. (python2-pytest-xdist is a removed dependency.) # (--max-worker-restart=5 would end the test run after 5 crashing tests.)