File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -725,6 +725,7 @@ def describe_environment(
725725 "scipy" ,
726726 "tqdm" ,
727727 "trimesh" ,
728+ "xxhash" ,
728729 ]:
729730 with suppress (ImportError ):
730731 namespace = __import__ (package )
@@ -762,27 +763,28 @@ def _get_package_version(package: str, mapping: Mapping) -> str:
762763 mapping = {
763764 "biblib.bib" : "biblib-simple" ,
764765 "pre_commit" : "pre-commit" ,
766+ "pydata_sphinx_theme" : "pydata-sphinx-theme" ,
767+ "pytest_cov" : "pytest-cov" ,
768+ "pytest_xdist" : "pytest-xdist" ,
765769 "restructuredtext_lint" : "restructuredtext-lint" ,
766770 "sphinxcontrib.bibtex" : "sphinxcontrib-bibtex" ,
767771 }
768772 for package in [
769773 "biblib.bib" ,
770774 "coverage" ,
771775 "coveralls" ,
772- "flake8" ,
773776 "invoke" ,
774777 "jupyter" ,
775- "mock" ,
776- "nose" ,
777778 "pre_commit" ,
779+ "pydata_sphinx_theme" ,
780+ "pyright" ,
778781 "pytest" ,
782+ "pytest_cov" ,
783+ "pytest_xdist" ,
779784 "restructuredtext_lint" ,
780- "sphinx" ,
781- "sphinx_rtd_theme" ,
782785 "sphinxcontrib.bibtex" ,
783786 "toml" ,
784787 "twine" ,
785- "yapf" ,
786788 ]:
787789 try :
788790 version = _get_package_version (package , mapping )
You can’t perform that action at this time.
0 commit comments