reactive-firewall / multicast

The multicast package is a Python library that simplifies sending and receiving multicast network messages. It provides classes and tools for implementing multicast communication in Python applications, making it straightforward to work with multicast sockets.
Other
2 stars 0 forks source link

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

Closed coderabbitai[bot] closed 1 hour ago

coderabbitai[bot] commented 3 hours ago

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:

reactive-firewall commented 2 hours ago

Looks fixed MATS Passed

reactive-firewall commented 1 hour ago

looks fixed as of 225a8555b6277ffc9521478e2e60e8d37cb0f696