summaryrefslogtreecommitdiff
path: root/lib/spack/external/pytest-fallback/_pytest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/pytest-fallback/_pytest/__init__.py')
-rw-r--r--lib/spack/external/pytest-fallback/_pytest/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/spack/external/pytest-fallback/_pytest/__init__.py b/lib/spack/external/pytest-fallback/_pytest/__init__.py
deleted file mode 100644
index 6e41f0504e..0000000000
--- a/lib/spack/external/pytest-fallback/_pytest/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-__all__ = ['__version__']
-
-try:
- from ._version import version as __version__
-except ImportError:
- # broken installation, we don't even try
- # unknown only works because we do poor mans version compare
- __version__ = 'unknown'