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

ENH: add support for pathlib.Path inputs in import_file #85

Closed neutrinoceros closed 3 weeks ago

neutrinoceros commented 3 weeks ago

As noted in https://github.com/astropy/astropy/pull/16936/files#r1744343515

astrofrog commented 3 weeks ago

See https://github.com/astropy/extension-helpers/pull/84 - shall we close this and keep that one? (I have included tests etc)

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 75.98%. Comparing base (a69852a) to head (7ab91a5). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #85 +/- ## ========================================== - Coverage 76.06% 75.98% -0.08% ========================================== Files 4 4 Lines 330 329 -1 ========================================== - Hits 251 250 -1 Misses 79 79 ```

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

astrofrog commented 3 weeks ago

Closing in favour of #84