diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-07-08 11:03:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-07-08 11:03:31 -0400 |
commit | 3bb0bcaeaaa429bd63cce00ef0459f1ba8436c00 (patch) | |
tree | 98e4a96b526a0cef42b4b5654aae24fea4b41274 | |
parent | d678430a038a854d8557c0fec843d0b7fbf6235d (diff) | |
download | python-coveragepy-git-3bb0bcaeaaa429bd63cce00ef0459f1ba8436c00.tar.gz |
Remove things that updated packages told me to remove because they are obsolete
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py index b3c4140e..099ab0cb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -146,10 +146,6 @@ html_static_path = ['_static'] # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -html_use_smartypants = True - # Custom sidebar templates, maps document names to template names. #html_sidebars = {} diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 7b70aca9..9ad471d4 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -4,5 +4,4 @@ # The pytest specifics used by coverage.py pytest==3.1.3 pytest-xdist==1.18.1 -pytest-warnings==0.3.0 flaky==3.4.0 |