We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3df72de + 44d1aa4 commit 2671fbaCopy full SHA for 2671fba
1 file changed
pytest_html/__init__.py
@@ -5,6 +5,6 @@
5
__version__ = get_distribution(__name__).version
6
except DistributionNotFound:
7
# package is not installed
8
- pass
+ __version__ = 'unknown'
9
10
__pypi_url__ = 'https://pypi.python.org/pypi/pytest-html'
0 commit comments