Skip to content
Snippets Groups Projects

Remove invalid entry-points from setup.py

Merged Yannick DAYER requested to merge fix-entry-points into master
1 unresolved thread

Removed a dummy algorithm and a file-list interface entry-points pointing into removed files.

Merge request reports

Pipeline #61987 passed

Pipeline passed for e8bed57b on fix-entry-points

Test coverage 81.00% (0.00%) from 5 jobs
Approval is optional

Merged by Amir MOHAMMADIAmir MOHAMMADI 3 years ago (Jun 10, 2022 10:33am UTC)

Merge details

  • Changes merged into master with 8cf7b5e4.
  • Deleted the source branch.

Pipeline #61990 passed

Pipeline passed for 8cf7b5e4 on master

Test coverage 81.00% (0.00%) from 5 jobs
Deployed to py‎pi‎ 3 years ago
Deployed to sta‎ble‎ 3 years ago
Deployed to be‎ta‎ 3 years ago

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Yannick DAYER added 1 commit

    added 1 commit

    • ab82736d - Remove preprocessor, extractor, and algorithm.

    Compare with previous version

  • Yannick DAYER added 1 commit

    added 1 commit

    • f6f599c0 - Remove usage of entry-points in tests

    Compare with previous version

  • Yannick DAYER added 1 commit

    added 1 commit

    • 5dbe3590 - Remove configs for preprocessor extractor and algo

    Compare with previous version

  • 3 3
    4 4 def test_filename():
    5 5 # load extractor
    6 preprocessor = bob.bio.base.load_resource(
    7 "filename", "preprocessor", preferred_package="bob.bio.base"
    8 )
    6 preprocessor = bob.bio.base.preprocessor.Filename()
  • Yannick DAYER added 2 commits

    added 2 commits

    • 0acddfaf - Remove the Linearize extractor
    • 2c43ac85 - Remove the Filename preprocessor

    Compare with previous version

  • Yannick DAYER added 1 commit

    added 1 commit

    • e8bed57b - [doc] Remove references to Linearize and Filename.

    Compare with previous version

  • Amir MOHAMMADI mentioned in commit 8cf7b5e4

    mentioned in commit 8cf7b5e4

  • Please register or sign in to reply
    Loading