Skip to content

Commit

Permalink
revert to yamlloader 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed May 19, 2021
1 parent 98d4790 commit 6c5d843
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Expand Up @@ -62,7 +62,11 @@ numpy = "^1"
# extras
coloredlogs = {optional = true, version = ">=14,<16"}
tabulate = {optional = true, version = "^0.8"}
yamlloader = {optional = true, version = ">=0.5,<2"}
# yamlloader 1.0 causes tests/files/native_test.py::test_table_to_codeblock failures
# probably because panflute reads YAML without this
# and yamlloader 1.0 now enforces OrderedDict even if dict is ordered in py37+
# yamlloader = {optional = true, version = ">=0.5,<2"}
yamlloader = {optional = true, version = "^0.5"}

# tests
coverage = {optional = true, version = "*"}
Expand Down

0 comments on commit 6c5d843

Please sign in to comment.