From 0508117f7dc2e728ca193bca788f6d41c30bf07b Mon Sep 17 00:00:00 2001 From: Evan Kepner Date: Fri, 3 Jan 2020 12:07:14 -0500 Subject: [PATCH] explicit <6.0 coverage and 2.1.0 changelog --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eb3f342..0e30dd8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Beta Releases - ``Coverage`` version 5.0 has moved to a SQLite database instead of a flat file. To support both 4x and 5x versions of ``Coverage`` the ``filters`` source code has been updated. - The test suite includes parsing tests of 4x only for now. + The test suite includes mocked coverage data parsing tests of 4x only for now. 2.0.1 ----- diff --git a/setup.py b/setup.py index 5e78e1a..d239b1b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ] # Built to run with pytest, but not an installation requirement for the API -INSTALL_REQUIRES = ["coverage>=4.4", "typing-extensions"] +INSTALL_REQUIRES = ["coverage>=4.4,<6.0", "typing-extensions"] EXTRAS_REQUIRE = { "docs": ["coverage", "ipython", "sphinx"], # kept in docs/requirements.txt for RTD "tests": [