poetry-core icon indicating copy to clipboard operation
poetry-core copied to clipboard

masonry: auto-detect default stub packages

Open abn opened this issue 4 years ago • 2 comments

This change ensures that stub-only packages are auto-detected when packages is not specified in the project's pyproject.toml. This avoids a common user error when creating a stub-only project managed by poetry.

One draw back of this approach is that we might not be able to support packages that actually want -stubs in their names. Not sure if this is a good practice anyway.

abn avatar Mar 27 '21 18:03 abn

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.6% 1.6% Duplication

sonarqubecloud[bot] avatar Mar 09 '22 17:03 sonarqubecloud[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Aug 22 '22 08:08 sonarqubecloud[bot]

I am going to close this. It's quite old by now and stub packages are less popular since more and more projects adopt native types.

Secrus avatar Sep 24 '23 20:09 Secrus