Skip to content

Commit c9bc833

Browse files
hauntsaninjawesleywright
authored andcommitted
Fix tests broken by hatchling (#16655)
1 parent 60d30e3 commit c9bc833

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test-data/packages/typedpkg-stubs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ description = 'test'
77
include = ["**/*.pyi"]
88

99
[build-system]
10-
requires = ["hatchling"]
10+
requires = ["hatchling==1.18"]
1111
build-backend = "hatchling.build"

test-data/packages/typedpkg/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = '0.1'
44
description = 'test'
55

66
[build-system]
7-
requires = ["hatchling"]
7+
requires = ["hatchling==1.18"]
88
build-backend = "hatchling.build"

test-data/packages/typedpkg_ns_a/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ description = 'test'
77
include = ["**/*.py", "**/*.pyi", "**/py.typed"]
88

99
[build-system]
10-
requires = ["hatchling"]
10+
requires = ["hatchling==1.18"]
1111
build-backend = "hatchling.build"

test-data/packages/typedpkg_ns_b-stubs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ description = 'test'
77
include = ["**/*.pyi"]
88

99
[build-system]
10-
requires = ["hatchling"]
10+
requires = ["hatchling==1.18"]
1111
build-backend = "hatchling.build"

test-data/packages/typedpkg_ns_b/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = '0.1'
44
description = 'test'
55

66
[build-system]
7-
requires = ["hatchling"]
7+
requires = ["hatchling==1.18"]
88
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)