Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tool.setuptools/packages list #921

Merged
merged 1 commit into from Feb 20, 2024
Merged

Conversation

thomasgoirand
Copy link
Contributor

In distros, when building the package and attempting to install it, there may be a "debian" folder. This creates this issue:

error: Multiple top-level packages discovered in a flat-layout: ['debian', 'eventlet'].

which is fixed by this patch. Please merge it to make it easier for package maintainers.

In distros, when building the package and attempting to install it,
there may be a "debian" folder. This creates this issue:

error: Multiple top-level packages discovered in a flat-layout: ['debian', 'eventlet'].

which is fixed by this patch. Please merge it to make it easier for
package maintainers.
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51e3c49) 56% compared to head (226cfc6) 56%.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #921   +/-   ##
=====================================
  Coverage      56%    56%           
=====================================
  Files          89     89           
  Lines        9728   9728           
  Branches     1812   1812           
=====================================
  Hits         5461   5461           
  Misses       3892   3892           
  Partials      375    375           
Flag Coverage Δ
ipv6 23% <ø> (ø)
py310asyncio 53% <ø> (-1%) ⬇️
py310epolls 53% <ø> (ø)
py310poll 53% <ø> (ø)
py310selects 53% <ø> (-1%) ⬇️
py311asyncio 53% <ø> (+<1%) ⬆️
py311epolls 53% <ø> (-1%) ⬇️
py312asyncio 50% <ø> (+<1%) ⬆️
py312epolls 51% <ø> (-1%) ⬇️
py37asyncio 50% <ø> (ø)
py37epolls 51% <ø> (-1%) ⬇️
py38asyncio 51% <ø> (ø)
py38epolls 53% <ø> (+<1%) ⬆️
py38openssl 52% <ø> (-1%) ⬇️
py38poll 53% <ø> (-1%) ⬇️
py38selects 53% <ø> (-1%) ⬇️
py39asyncio 51% <ø> (ø)
py39dnspython1 51% <ø> (-1%) ⬇️
py39epolls 53% <ø> (+<1%) ⬆️
py39poll 53% <ø> (ø)
py39selects 53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@4383 4383 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Building machinery seems happy with that, let's merge this patch

@4383 4383 merged commit a23fd0e into eventlet:master Feb 20, 2024
27 checks passed
@4383 4383 mentioned this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants