disable cog-spur
[oi-userland.git] / components / python / sybil / patches / 01-no-myst_parser.patch
blob9d137b3a05fa8227602c32b2a61a13c6ba41a5c6
1 myst_parser is not needed to run tests.
3 --- sybil-9.0.0/setup.py.orig
4 +++ sybil-9.0.0/setup.py
5 @@ -30,7 +30,6 @@
6 pytest=[PYTEST_VERSION_SPEC],
7 test=[
8 'mypy',
9 - 'myst_parser',
10 PYTEST_VERSION_SPEC,
11 'pytest-cov',
12 'seedir',