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 cibuildwheel test-requires #827

Merged
merged 3 commits into from
Dec 27, 2023

Conversation

hoodmane
Copy link
Contributor

@hoodmane hoodmane commented Apr 7, 2023

requirements-ci includes -e . which rebuilts multidict and installs this version. As a result cibuildwheel ends up not testing the wheel it built, instead testing a separate wheel built by pip install -e .

cibuildwheel automatically installs the multidict wheel, so we should only install test-requires not multidict itself.

@hoodmane hoodmane requested a review from asvetlov as a code owner April 7, 2023 17:15
webknjaz added a commit to hoodmane/multidict that referenced this pull request Dec 27, 2023
hoodmane and others added 3 commits December 27, 2023 04:21
requirements-ci includes `-e .` which rebuilts multidict and installs
this version. As a result cibuildwheel ends up not testing the wheel
it built, instead testing a separate wheel built by `pip install -e .`

cibuildwheel automatically installs the multidict wheel, so we should
only install test-requires not multidict itself.
@webknjaz webknjaz force-pushed the cibuildwheel-test-requirements branch from ce1e9f4 to 00d1f28 Compare December 27, 2023 03:21
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Dec 27, 2023
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc556df) 93.65% compared to head (00d1f28) 93.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #827   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files           5        5           
  Lines         504      504           
=======================================
  Hits          472      472           
  Misses         32       32           

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

@webknjaz webknjaz merged commit 84286ac into aio-libs:master Dec 27, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants