Package: python-asdf / 2.14.3-1+deb12u1

Metadata

Package Version Patches format
python-asdf 2.14.3-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use the packaged MathJax.patch | (download)

docs/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use the packaged mathjax


Remove loopback internet access test.patch | (download)

asdf/tests/test_file_format.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove loopback internet access test

This test is supposed to raise an extension; however internet access
is not allowed during build.

Closes: #912255

Explicitly add subpackages.patch | (download)

MANIFEST.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 explicitly add subpackages

This somehow works around #940728, although I do not completely
understand it. It does however not include asdf.tests, since the tests
defined there seem to be buggy.

Closes: #940720

Copy from conftest.py to get small_tree fixture.patch | (download)

asdf/tests/test_api.py | 7 7 + 0 - 0 !
asdf/tests/test_array_blocks.py | 6 6 + 0 - 0 !
asdf/tests/test_file_format.py | 6 6 + 0 - 0 !
asdf/tests/test_generic_io.py | 4 4 + 0 - 0 !
4 files changed, 23 insertions(+)

 copy from conftest.py to get small_tree fixture

Check the pytest documentation, it *should* work from conftest.py as
well, but it doesn't. No idea why.

Mark failing test.patch | (download)

asdf/tests/test_fits_embed.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 mark failing test


Disable fetching of latest patch in test.patch | (download)

compatibility_tests/test_file_compatibility.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 disable fetching of latest patch in test


Remove dependency on sphinx asdf.patch | (download)

docs/conf.py | 12 4 + 8 - 0 !
1 file changed, 4 insertions(+), 8 deletions(-)

 remove dependency on sphinx-asdf


Ignore Astropy deprecation warnings in tests.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore astropy deprecation warnings in tests


Remove asdf unit schemas as a dependency.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove asdf-unit-schemas as a dependency

This dependency was only added for backward compatibility and is no
strict requirement.

Closes: #1054581