repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
bytewax
/
remove-docs-test.patch
blob
d5c9269a01b2ee9ed2722e1de4734ab4dbd77272
1
diff --git a/pyproject.toml b/pyproject.toml
2
index 41b5c90..e7c7b2d 100644
3
--- a/pyproject.toml
4
+++ b/pyproject.toml
5
@@ -50,6 +50,5 @@ doctest_optionflags = "NORMALIZE_WHITESPACE"
6
testpaths = [
7
"pytests",
8
"pysrc",
9
- "docs",
10
]