depot/third_party/nixpkgs/pkgs/development/python-modules/bytewax/remove-docs-test.patch

12 lines
324 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 107cab8..34cc544 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -66,7 +66,6 @@ long_description_content_type = "text/markdown"
addopts = "-v --doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE"
testpaths = [
- "docs",
"pysrc",
"pytests",
]