Skip to content

Commit 4f8c4c5

Browse files
authored
Remove tests from package (#1611)
1 parent db6372a commit 4f8c4c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ raw-options = {'version_scheme'='post-release'}
140140
[tool.hatch.build.hooks.vcs]
141141
version-file = "fsspec/_version.py"
142142

143+
[tool.hatch.build]
144+
exclude = ["**/tests/*", "!**/tests/abstract/"]
145+
143146
[tool.ruff]
144147
target-version = "py38"
145148
exclude = [".tox", "build", "docs/source/conf.py", "fsspec/_version"]

0 commit comments

Comments
 (0)