Skip to content

Commit

Permalink
bump exdown requirement and use the new encodimg parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 5, 2021
1 parent 34e79f2 commit d3714bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions PySDM_tests/devops_tests/test_readme_code.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import exdown
import pathlib
import pytest
import sys


test_readme = pytest.mark.skipif("sys.getfilesystemencoding() != 'utf-8'")(exdown.pytests(
test_readme = exdown.pytests(
pathlib.Path(__file__).parent.parent.parent.joinpath("README.md").absolute(),
syntax_filter="Python"
))
syntax_filter="Python",
encoding='utf8'
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
matplotlib>=3.2.2
ghapi
pytest
exdown
exdown>=0.8.8

# note: if cloning both PySDM and PySDM examples, consider "pip install -e"
git+git://github.com/atmos-cloud-sim-uj/PySDM-examples

0 comments on commit d3714bd

Please sign in to comment.