app-editors/zed: add 0.144.3, drop 0.143.7
[gentoo-zh.git] / dev-python / conda / files / conda-23.11.0-remove-tests.patch
blob822c65d9b9a66fcabb6e30c0a840bb0682a48eee
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 1c599e6..0f32757 100644
3 --- a/pyproject.toml
4 +++ b/pyproject.toml
5 @@ -67,6 +67,10 @@ include = ["conda", "conda_env"]
6 [tool.hatch.build.hooks.vcs]
7 version-file = "conda/__version__.py"
9 +[tool.hatch.build.targets.wheel]
10 +packages = ["conda"]
11 +exclude = ["conda/tests"]
13 [tool.coverage.run]
14 # store relative paths in coverage information
15 relative_files = true