summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Arndt <arndtn@gmail.com>2021-03-01 13:37:38 +0100
committerNatanael Arndt <arndtn@gmail.com>2021-03-01 13:37:38 +0100
commitb7afa35faa3952a7b5a6fdfe47a01b91b774ff7d (patch)
tree78919388a29ab981b6c4e6f8c82721cebc6791ae
parent4cc036f54a3b071c53a272461567d85976b2b4eb (diff)
downloadrdflib-b7afa35faa3952a7b5a6fdfe47a01b91b774ff7d.tar.gz
remove outcommented configuration from setup.cfg
-rw-r--r--setup.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index b0afa966..a9c57370 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,6 @@ ignore = W806
max-line-length = 88
exclude = host,extras,transform,rdfs,pyRdfa,sparql,results,pyMicrodata
-# .coveragerc to control coverage.py
[coverage:run]
branch = True
#source = rdflib,build/src/rdflib # specified in .travis.yml for different envs
@@ -24,14 +23,6 @@ exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
- # Don't complain about missing debug-only code:
- #def __repr__
- #if self\.debug
-
- # Don't complain if tests don't hit defensive assertion code:
- #raise AssertionError
- #raise NotImplementedError
-
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.: