Skip to content

Commit

Permalink
Remove unnecessary descriptions from test suite (#9100)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Nov 13, 2024
1 parent 35549de commit 415e3dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions crates/uv/tests/it/edit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,6 @@ fn sorted_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"CacheControl[filecache]>=0.14,<0.15",
Expand Down Expand Up @@ -5759,7 +5758,6 @@ fn sorted_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"anyio>=4.3.0",
Expand All @@ -5784,7 +5782,6 @@ fn case_sensitive_sorted_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"CacheControl[filecache]>=0.14,<0.15",
Expand Down Expand Up @@ -5827,7 +5824,6 @@ fn case_sensitive_sorted_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"CacheControl[filecache]>=0.14,<0.15",
Expand All @@ -5852,7 +5848,6 @@ fn sorted_dependencies_name_specifiers() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"typing>=3",
Expand Down Expand Up @@ -5886,7 +5881,6 @@ fn sorted_dependencies_name_specifiers() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"anyio>=4.3.0",
Expand All @@ -5910,7 +5904,6 @@ fn custom_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"yarl",
Expand Down Expand Up @@ -5939,7 +5932,6 @@ fn custom_dependencies() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"yarl",
Expand Down
14 changes: 0 additions & 14 deletions crates/uv/tests/it/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,6 @@ fn lock_conflicting_extra_basic() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[project.optional-dependencies]
Expand Down Expand Up @@ -2218,7 +2217,6 @@ fn lock_conflicting_extra_basic() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2383,7 +2381,6 @@ fn lock_conflicting_extra_basic_three_extras() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[project.optional-dependencies]
Expand Down Expand Up @@ -2417,7 +2414,6 @@ fn lock_conflicting_extra_basic_three_extras() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2543,7 +2539,6 @@ fn lock_conflicting_extra_multiple_not_conflicting1() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2680,7 +2675,6 @@ fn lock_conflicting_extra_multiple_not_conflicting2() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[project.optional-dependencies]
Expand Down Expand Up @@ -2715,7 +2709,6 @@ fn lock_conflicting_extra_multiple_not_conflicting2() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2762,7 +2755,6 @@ fn lock_conflicting_extra_multiple_not_conflicting2() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2813,7 +2805,6 @@ fn lock_conflicting_extra_multiple_not_conflicting2() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2863,7 +2854,6 @@ fn lock_conflicting_extra_multiple_independent() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[project.optional-dependencies]
Expand Down Expand Up @@ -2896,7 +2886,6 @@ fn lock_conflicting_extra_multiple_independent() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -2936,7 +2925,6 @@ fn lock_conflicting_extra_multiple_independent() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -3107,7 +3095,6 @@ fn lock_conflicting_extra_config_change_ignore_lockfile() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[tool.uv]
Expand Down Expand Up @@ -3215,7 +3202,6 @@ fn lock_conflicting_extra_config_change_ignore_lockfile() -> Result<()> {
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"

[project.optional-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions crates/uv/tests/it/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1883,8 +1883,6 @@ fn transitive_dep_in_git_workspace_with_root() -> Result<()> {
[project]
name = "git-with-root"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"workspace-member-in-subdir",
Expand Down

0 comments on commit 415e3dc

Please sign in to comment.