about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/bytewax/remove-docs-test.patch
blob: d5c9269a01b2ee9ed2722e1de4734ab4dbd77272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
diff --git a/pyproject.toml b/pyproject.toml
index 41b5c90..e7c7b2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,6 +50,5 @@ doctest_optionflags = "NORMALIZE_WHITESPACE"
 testpaths = [
     "pytests",
     "pysrc",
-    "docs",
 ]