Skip to content

Commit

Permalink
Fix tests broken by hatchling (#16655)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Dec 12, 2023
1 parent 91be285 commit 728e03a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-data/packages/typedpkg-stubs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description = 'test'
include = ["**/*.pyi"]

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.18"]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion test-data/packages/typedpkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = '0.1'
description = 'test'

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.18"]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion test-data/packages/typedpkg_ns_a/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description = 'test'
include = ["**/*.py", "**/*.pyi", "**/py.typed"]

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.18"]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion test-data/packages/typedpkg_ns_b-stubs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description = 'test'
include = ["**/*.pyi"]

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.18"]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion test-data/packages/typedpkg_ns_b/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = '0.1'
description = 'test'

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.18"]
build-backend = "hatchling.build"

0 comments on commit 728e03a

Please sign in to comment.