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 filePatch | File delta | Description |
---|---|---|
Use the packaged MathJax.patch | (download) |
docs/conf.py |
2 2 + 0 - 0 ! |
use the packaged mathjax |
Remove loopback internet access test.patch | (download) |
asdf/tests/test_file_format.py |
3 0 + 3 - 0 ! |
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 ! |
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 ! |
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 ! |
mark failing test |
Disable fetching of latest patch in test.patch | (download) |
compatibility_tests/test_file_compatibility.py |
3 1 + 2 - 0 ! |
disable fetching of latest patch in test |
Remove dependency on sphinx asdf.patch | (download) |
docs/conf.py |
12 4 + 8 - 0 ! |
remove dependency on sphinx-asdf |
Ignore Astropy deprecation warnings in tests.patch | (download) |
pyproject.toml |
1 1 + 0 - 0 ! |
ignore astropy deprecation warnings in tests |
Remove asdf unit schemas as a dependency.patch | (download) |
pyproject.toml |
1 0 + 1 - 0 ! |
remove asdf-unit-schemas as a dependency This dependency was only added for backward compatibility and is no strict requirement. Closes: #1054581 |