py-matplotlib: drop test dep (#43765)

test dependencies constrains build / link type deps, so avoid that
This commit is contained in:
Adam J. Stewart 2024-04-24 18:03:13 +02:00 committed by GitHub
parent 0dbe4d54b6
commit e8b76c27e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,7 +266,8 @@ class PyMatplotlib(PythonPackage):
# Testing dependencies
# Required
depends_on("freetype@2.6.1 build_system=autotools", type="test")
# https://github.com/spack/spack/issues/43597
# depends_on("freetype@2.6.1 build_system=autotools", type="test")
depends_on("py-pytest@7:", type="test")
msg = "MacOSX backend requires macOS 10.12+"