Bugfix: spack test debug requires Spack tty (#25897)

This commit is contained in:
Tamara Dahlgren 2021-09-12 23:57:16 -07:00 committed by GitHub
parent 4573741baa
commit 5fa075f5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@
import re
import shutil
import sys
import tty
import llnl.util.filesystem as fs
import llnl.util.tty as tty
import spack.error
import spack.util.prefix