diff --git a/ci/images/debian-11/Dockerfile b/ci/images/debian-11/Dockerfile
index dd9455722173203d5967b3fbbf3ebb7904fd84d0..59f170bac221ee7e00441d74585c85d6b7216fdc 100644
--- a/ci/images/debian-11/Dockerfile
+++ b/ci/images/debian-11/Dockerfile
@@ -36,11 +36,10 @@ RUN apt-get install -y -qqq python3-pip wget augeas-tools
 RUN pip3 install --upgrade pip
 RUN pip3 install pylint
 RUN pip3 install pep8
-RUN pip3 install pytest-xdist
 # FIXME replace with dnspython >= 2.2.0 once released
 RUN pip3 install git+https://github.com/bwelling/dnspython.git@72348d4698a8f8b209fbdf9e72738904ad31b930
 # tests/pytest dependencies: skip over broken versions
-RUN pip3 install jinja2 'pytest != 6.0.0' pytest-html pytest-xdist
+RUN pip3 install jinja2 'pytest != 6.0.0' pytest-html pytest-xdist pytest-forked
 # apkg for packaging
 RUN pip3 install apkg
 
diff --git a/tests/integration/deckard b/tests/integration/deckard
index d331b5013e72601a88158d67677c7e0c44e4d1dd..9ec5992515f7bad376692b85030ee2ee009d6877 160000
--- a/tests/integration/deckard
+++ b/tests/integration/deckard
@@ -1 +1 @@
-Subproject commit d331b5013e72601a88158d67677c7e0c44e4d1dd
+Subproject commit 9ec5992515f7bad376692b85030ee2ee009d6877