repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
disable cog-spur
[oi-userland.git]
/
components
/
python
/
sybil
/
patches
/
01-no-myst_parser.patch
blob
9d137b3a05fa8227602c32b2a61a13c6ba41a5c6
1
myst_parser is not needed to run tests.
2
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',