We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b16bb + 9366ef1 commit 9939b55Copy full SHA for 9939b55
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pygalmesh
3
-version = 0.7.0
+version = 0.7.1
4
url = https://github.com/nschloe/pygalmesh
5
author = Nico Schlömer
6
author_email = nico.schloemer@gmail.com
test/test_readme.py
@@ -1,8 +1,10 @@
import pathlib
-import exdown
import pytest
+# exdown not yet available on conda-forge
+exdown = pytest.importorskip("exdown")
7
+
8
this_dir = pathlib.Path(__file__).resolve().parent
9
10
0 commit comments