Skip to content

Commit

Permalink
update test sample setuptools setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 9, 2023
1 parent ddba4dc commit 092a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_conan_integration(tmp_path, monkeypatch):
setup(
name='dummy',
version='1.0',
ext_modules=[
Pybind11Extension(
"dummy.spam",
Expand All @@ -37,6 +36,7 @@ def test_conan_integration(tmp_path, monkeypatch):
pyproject.write_text("""
[project]
name = "dummy"
version = "1.0"
""")

conanfile = source_root / "conanfile.py"
Expand Down

0 comments on commit 092a514

Please sign in to comment.