summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2018-12-22 13:50:04 -0700
committerWaylan Limberg <waylan.limberg@icloud.com>2018-12-22 15:50:04 -0500
commitab24c2357dfd98540d5196470164bf49b5e6d9f3 (patch)
treef785639a9045479d1ae24ce25482597395784834 /.coveragerc
parentaa6667e0c58cd01caddc3a5aa47ee3f395ef5b8e (diff)
downloadpython-markdown-ab24c2357dfd98540d5196470164bf49b5e6d9f3.tar.gz
Use a PEP562 implementation for deprecating attributes (#757)
Use a vendored Pep562 backport to simulate Python 3.7's new PEP 562 feature. For Python3.7 and later, default to the official implementation.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index c785d90..c28a02a 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -3,3 +3,4 @@ omit=
*site-packages*
tests/*
markdown/test_tools.py
+ markdown/pep562.py