From af5f38a2f4a82cd0a87753d2a91363236ff3eab6 Mon Sep 17 00:00:00 2001 From: Joern Hees Date: Wed, 18 Mar 2015 17:08:27 +0100 Subject: remove double exclude line as py3 configparser complains otherwise --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 74635d08..8da8b515 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,4 @@ attr=!known_issue,!non_core,!performancetest verbosity=1 with-doctest=1 -exclude=rdflib.plugins.sparql.paths -exclude=rdflib.extras.external_graph_libs +exclude=rdflib.plugins.sparql.paths|rdflib.extras.external_graph_libs -- cgit v1.2.1