summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2007-03-12 15:01:11 +0000
committereikeon <devnull@localhost>2007-03-12 15:01:11 +0000
commit34e66896668c26e92ab96de6507d523ceedb3a4c (patch)
treea77e081438819809397bc39d84ad52a43df9eef5 /setup.cfg
parent8457de4dd7fd3083dd58c3c5872b51472874822d (diff)
downloadrdflib-34e66896668c26e92ab96de6507d523ceedb3a4c.tar.gz
figure out how to exclude rdflib.store for now; not sure why it's not ignoring test.mysql
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f4f4743f..f5aa3dfa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,5 +5,7 @@ tag_svn_revision = 1
[nosetests]
verbosity = 2
with-doctest = 1
+exclude = (.*(store|mysql).*)
+