The match_querystring parameter of responses.add() used in tests/test_hyp3.py was deprecated in responses v0.17.0:
DeprecationWarning: Argument 'match_querystring' is deprecated. Use 'responses.matchers.query_param_matcher' or 'responses.matchers.query_string_matcher'
We'll need to implement the recommended migration path.