You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)