Skip to content
Snippets Groups Projects

Merge of tests_out_of_wheel to dev

Merged Vincent Texier requested to merge tests_out_of_wheel into dev
1 unresolved thread
  • fix setup.py to not include tests in wheel
  • use make tests command in gitla-ci

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
47 47
48 48 version=duniterpy.__version__,
49 49
50 packages=find_packages(),
  • You can remove find_packages import.

    From what I understood, find_packages() searches for folders with __init__.py file within.

    Removing tests/__init__.py file does not solves the issue, as tests can no longer be found by unittest.

    Thanks, this will lighten DuniterPy distribution.

    Approved!

  • Please register or sign in to reply
  • Vincent Texier added 1 commit

    added 1 commit

    Compare with previous version

  • Vincent Texier added 4 commits

    added 4 commits

    Compare with previous version

  • import removed, thanks !

  • Please register or sign in to reply
    Loading