We have no pytest-sugar packaged yet.

--- pyhamcrest-2.1.0/pyproject.toml.orig
+++ pyhamcrest-2.1.0/pyproject.toml
@@ -50,7 +50,6 @@
 docs = ["sphinx~=4.0", "alabaster~=0.7"]
 tests = [
   "pytest>=5.0",
-  "pytest-sugar",
   "pytest-xdist",
   "coverage[toml]",
   # No point on Pypy thanks to https://github.com/python/typed_ast/issues/111