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

Loading
Loading

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