Closed olebole closed 2 years ago
Getting the same while attempting to package for Fedora.
The problem is that this option is defined in the conftest.py
file which is at the root of the repo and not getting installed. It might be sufficient to move that file into the module itself, I can try and check soon.
I believe this will be fixed by https://github.com/astropy/extension-helpers/pull/37
@olebole @lupinix - this should be fixed in extension-helpers 1.0.0, released today. If not, please feel free to re-open!
When I install the package and then try to run the tests, I get the following error:
Since the test runs nicely during the build, I would suspect that I miss something; however I have the same dependencies installed (namely the distutils, and setuptools packages, and the Python development environment).