about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/bytewax/remove-docs-test.patch
blob: 93b2adad18dc6be19ec3c58014226ce1416a878e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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",
 ]