From 8bbfbc741d65c02353e7f37f00fd1ea6e8a12240 Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Thu, 24 Sep 2020 17:14:59 -0700 Subject: [PATCH] Added __init__.py to address test collection on the tty.py test (#18903) --- lib/spack/spack/test/llnl/util/tty/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/spack/spack/test/llnl/util/tty/__init__.py diff --git a/lib/spack/spack/test/llnl/util/tty/__init__.py b/lib/spack/spack/test/llnl/util/tty/__init__.py new file mode 100644 index 00000000000..9f87532b851 --- /dev/null +++ b/lib/spack/spack/test/llnl/util/tty/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2013-2020 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)