Skip to content

Test failing due to missing MANIFEST.in when building sdist #131

@coderabbitai

Description

@coderabbitai

Summary:

The test case test_sdist_includes_required_files fails when MANIFEST.in hasn't been generated prior to running the tests. This occurs because setup.py sdist does not consider that building depends on MANIFEST.in. The failure is observed in environments where make MANIFEST.in (or make build) hasn't been run before the testing phase.

References:

Metadata

Metadata

Labels

TestingSomething can be verifiedbugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions