diff --git a/setup.cfg b/setup.cfg index ee96be9..02dbc42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pygalmesh -version = 0.7.0 +version = 0.7.1 url = https://github.com/nschloe/pygalmesh author = Nico Schlömer author_email = nico.schloemer@gmail.com diff --git a/test/test_readme.py b/test/test_readme.py index fef03e8..4a45343 100644 --- a/test/test_readme.py +++ b/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") + this_dir = pathlib.Path(__file__).resolve().parent