summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-11-07 18:30:13 -0200
committerGitHub <noreply@github.com>2018-11-07 18:30:13 -0200
commit9a884f1ccb11c332cf57427c67476bc5f2ef66e4 (patch)
tree1661289dceb6b56edd0d1e52b8fe3f7b0a22bd2a
parent5f61f0d2cb4fbda9724306179353f3d85961507e (diff)
downloadpytest-9a884f1ccb11c332cf57427c67476bc5f2ef66e4.tar.gz
Improve changelog a bit
-rw-r--r--changelog/4304.bugfix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/4304.bugfix.rst b/changelog/4304.bugfix.rst
index cb71ea168..7d4dc033e 100644
--- a/changelog/4304.bugfix.rst
+++ b/changelog/4304.bugfix.rst
@@ -1 +1 @@
-The stepwise plugin must be blocked on cacheprovider plugin block request
+Block the ``stepwise`` plugin if ``cacheprovider`` is also blocked, as one depends on the other.