Skip to content

Commit

Permalink
merge: pr #24 from joshua-auchincloss/v0.4.0-patch
Browse files Browse the repository at this point in the history
fix: trigger build
  • Loading branch information
joshua-auchincloss authored Sep 14, 2023
2 parents 53d0d1f + 59f4a7d commit e30c309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_setuppy.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_solo_ext_type_validations():
cythonize_kwargs={"abc": "def"},
extra_link_args=[PlatformArgs(arg="-I/etc/abc/linka.h")],
)

with patch("hatch_cython.config.config.path.exists", true_if_eq()):
with arch_platform("x86_64", ""):
setup = setup_py(
Expand Down

0 comments on commit e30c309

Please sign in to comment.