astropy / extension-helpers

Helpers to assist with building Python packages with compiled C/Cython extensions
https://extension-helpers.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

TST: fix pyproject-only test (ensure build-time dependencies are installed) #80

Closed neutrinoceros closed 9 months ago

neutrinoceros commented 9 months ago

Close #79

ping @olebole and @astrofrog for review

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0bff37c) 76.06% compared to head (9283a42) 76.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ======================================= Coverage 76.06% 76.06% ======================================= Files 4 4 Lines 330 330 ======================================= Hits 251 251 Misses 79 79 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

olebole commented 9 months ago

With this patch (and the removal of duplicate quotes), I can confirm that the tests pass for Python 3.11 and Python 3.12. Thank you for the fix!