diff options
-rw-r--r-- | lib/spack/spack/test/cmd/__init__.py | 4 | ||||
-rw-r--r-- | lib/spack/spack/test/cmd/env.py | 12 | ||||
-rw-r--r-- | lib/spack/spack/test/llnl/util/__init.py | 4 | ||||
-rw-r--r-- | lib/spack/spack/test/modules/__init__.py | 4 | ||||
-rw-r--r-- | lib/spack/spack/test/util/__init__.py | 4 |
5 files changed, 22 insertions, 6 deletions
diff --git a/lib/spack/spack/test/cmd/__init__.py b/lib/spack/spack/test/cmd/__init__.py new file mode 100644 index 0000000000..94f8ac4d9e --- /dev/null +++ b/lib/spack/spack/test/cmd/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/lib/spack/spack/test/cmd/env.py b/lib/spack/spack/test/cmd/env.py index 85413a7939..6de1546e09 100644 --- a/lib/spack/spack/test/cmd/env.py +++ b/lib/spack/spack/test/cmd/env.py @@ -786,13 +786,13 @@ def test_indirect_build_dep(): @pytest.mark.usefixtures('config') def test_store_different_build_deps(): r"""Ensure that an environment can store two instances of a build-only -Dependency: + dependency:: - x y - /| (l) | (b) - (b) | y z2 - \| (b) # noqa: W605 - z1 + x y + /| (l) | (b) + (b) | y z2 + \| (b) + z1 """ default = ('build', 'link') diff --git a/lib/spack/spack/test/llnl/util/__init.py b/lib/spack/spack/test/llnl/util/__init.py new file mode 100644 index 0000000000..94f8ac4d9e --- /dev/null +++ b/lib/spack/spack/test/llnl/util/__init.py @@ -0,0 +1,4 @@ +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/lib/spack/spack/test/modules/__init__.py b/lib/spack/spack/test/modules/__init__.py new file mode 100644 index 0000000000..94f8ac4d9e --- /dev/null +++ b/lib/spack/spack/test/modules/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/lib/spack/spack/test/util/__init__.py b/lib/spack/spack/test/util/__init__.py new file mode 100644 index 0000000000..94f8ac4d9e --- /dev/null +++ b/lib/spack/spack/test/util/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) |