diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.4.2
+
+* Ported test suite to use `tasty` rather than `test-framework`.
+
 2024-10-30 David Simmons-Duffin <dsd@caltech.edu> 0.4.1
 
 * Bumped dependency bound for ansi-terminal
diff --git a/distributed-process-systest.cabal b/distributed-process-systest.cabal
--- a/distributed-process-systest.cabal
+++ b/distributed-process-systest.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          distributed-process-systest
-version:       0.4.1
+version:       0.4.2
 synopsis:      Cloud Haskell Test Support
 description:   Testing Frameworks and Capabilities for programs built on Cloud Haskell
 homepage:      http://github.com/haskell-distributed/distributed-process-systest
@@ -27,22 +27,15 @@
                  -Wredundant-constraints
                  -fhide-source-paths
                  -Wpartial-fields
+                 -Wunused-packages
 
 library
   import:            warnings
   exposed-modules:   Control.Distributed.Process.SysTest.Utils
   Build-Depends:     base >= 4.14 && < 5,
-                     ansi-terminal >= 0.5 && < 1.2,
                      binary >= 0.8 && < 1.0,
-                     bytestring >= 0.10 && < 0.13,
                      distributed-process >= 0.6.1 && < 0.8,
-                     distributed-static < 0.4,
                      HUnit >= 1.2 && < 2,
-                     network-transport >= 0.4.1.0 && < 0.6,
-                     network >= 2.5 && < 3.3,
-                     random >= 1.0 && < 1.3,
-                     test-framework >= 0.6 && < 0.9,
-                     test-framework-hunit >= 0.2.0 && < 0.4,
                      exceptions < 0.11,
                      stm < 2.6
   hs-source-dirs:    src
