Skip to content

1.0.2 -- Debianize!

Compare
Choose a tag to compare
@mih mih released this 23 Oct 13:26
· 599 commits to main since this release
1.0.2

🏠 Internal

  • The www-authenticate dependencies is dropped. The functionality is
    replaced by a requests-based implementation of an alternative parser.
    This trims the dependency footprint and facilitates Debian-packaging.
    The previous test cases are kept and further extended.
    Fixes #493 via
    #495 (by @mih)

🛡 Tests

  • The test battery now honors the DATALAD_TESTS_NONETWORK environment
    variable and downgrades by skipping any tests that require external
    network access. (by @mih)