python3Packages.asdf-astropy: fix tests
This commit is contained in:
@@ -30,6 +30,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-JYzC1dEnq1caNSPffWCgk7c3mgUERywP0ladS+RwEnk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# pytest chokes on unhandled options in the [tool.pytest.ini_options] section
|
||||
sed -i "/asdf_schema_/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user