From bbc8ce9be0ed3043771729458ed7bbcb1698a7a2 Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Tue, 14 Jan 2020 10:24:13 +0800 Subject: [PATCH] turn the tests off --- python-attrs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index c271cb1..d71a3e4 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -3,7 +3,7 @@ attrs is an MIT-licensed Python package with class decorators that \ ease the chores of implementing the most common attribute-related \ object protocols. \ -%bcond_without tests +%bcond_with tests Name: python-attrs Summary: Python attributes without boilerplate Version: 17.4.0 -- Gitee