Skip to content

Commit 9939b55

Browse files
authored
Merge pull request #108 from nschloe/dont-require-exdown
Dont require exdown
2 parents d7b16bb + 9366ef1 commit 9939b55

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygalmesh
3-
version = 0.7.0
3+
version = 0.7.1
44
url = https://github.com/nschloe/pygalmesh
55
author = Nico Schlömer
66
author_email = nico.schloemer@gmail.com

test/test_readme.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import pathlib
22

3-
import exdown
43
import pytest
54

5+
# exdown not yet available on conda-forge
6+
exdown = pytest.importorskip("exdown")
7+
68
this_dir = pathlib.Path(__file__).resolve().parent
79

810

0 commit comments

Comments
 (0)