Skip to content

Commit

Permalink
Merge pull request #327 from shubhbapna/remove-example-override
Browse files Browse the repository at this point in the history
cleanup: remove example_override.py
  • Loading branch information
mergify[bot] authored Aug 14, 2024
2 parents b014e40 + 5ae5703 commit daac08a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ Documentation = "https://fromager.readthedocs.io/en/latest/"
[project.scripts]
fromager = "fromager.__main__:invoke_main"

[project.entry-points."fromager.project_overrides"]
# This test plugin should stay in the package.
fromager_test = "fromager.example_override"

[project.entry-points."fromager.override_methods"]
# override methods and their default implementations
get_build_system_dependencies = "fromager.dependencies:default_get_build_system_dependencies"
Expand Down
23 changes: 0 additions & 23 deletions src/fromager/example_override.py

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test_finders.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ def test_find_wheel(tmp_path, dist_name, version_string, expected_base):
("mypkg", "1.2", "mypkg-1.2", "mypkg-1.2"),
("oslo.messaging", "14.7.0", "oslo.messaging-14.7.0", "oslo.messaging-14.7.0"),
("cython", "3.0.10", "Cython-3.0.10", "Cython-3.0.10"),
(
"fromager_test",
"9.9.9",
"fromager-test-9.9.9",
"different-prefix-fromager-test-9.9.9",
),
("ruamel-yaml", "0.18.6", "ruamel.yaml-0.18.6", "ruamel.yaml-0.18.6"),
],
)
Expand Down

0 comments on commit daac08a

Please sign in to comment.