py-matplotlib: drop test dep (#43765)
test dependencies constrains build / link type deps, so avoid that
This commit is contained in:
parent
0dbe4d54b6
commit
e8b76c27e4
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ class PyMatplotlib(PythonPackage):
|
||||||
|
|
||||||
# Testing dependencies
|
# Testing dependencies
|
||||||
# Required
|
# 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")
|
depends_on("py-pytest@7:", type="test")
|
||||||
|
|
||||||
msg = "MacOSX backend requires macOS 10.12+"
|
msg = "MacOSX backend requires macOS 10.12+"
|
||||||
|
|
Loading…
Reference in a new issue