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

Don't package conftest.py in wheel #826

Merged
merged 4 commits into from Sep 24, 2022
Merged

Don't package conftest.py in wheel #826

merged 4 commits into from Sep 24, 2022

Conversation

tony
Copy link
Member

@tony tony commented Sep 24, 2022

Fixes #825

  • build: Move conftest.py to root of package
    This way, it won't be included in the package wheel by default.

    Neither include nor exclude in poetry 1.2.1 seem to allow negating src/tmuxp/conftest.py from being included in the wheel.

This way, it won't be included in the package wheel by default.

Neither include nor exclude in poetry 1.2.1 seem to allow negating
src/tmuxp/conftest.py from being included in the wheel.
@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Merging #826 (f957aa2) into master (49290f1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #826   +/-   ##
=======================================
  Coverage   74.98%   74.98%           
=======================================
  Files          18       18           
  Lines        1395     1395           
  Branches      334      334           
=======================================
  Hits         1046     1046           
  Misses        263      263           
  Partials       86       86           
Impacted Files Coverage Δ
conftest.py 87.17% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony merged commit 8a80321 into master Sep 24, 2022
@tony tony deleted the conftest branch September 24, 2022 13:51
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.

conftest.py should not be part of the package
1 participant