]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Clarify skip test message in test_doq.py (#952)
authorScott Kitterman <sklist@kitterman.com>
Sat, 8 Jul 2023 20:02:31 +0000 (16:02 -0400)
committerGitHub <noreply@github.com>
Sat, 8 Jul 2023 20:02:31 +0000 (13:02 -0700)
commit000c37b5dc8c2ab9f2c17eb655d547d70c20b5d2
tree587e0aec9032f904228a4cf6baa2486dd1fa37d8
parent3b6bfc2cad5107c33ca57841b5a374dbca6f9bf1
Clarify skip test message in test_doq.py (#952)

While the current message is technically correct, nanoquic isn't actually what's missing, so it would be clearer to point to the fact that aioquic isn't found, since that's the issue someone can actually do something about.
tests/test_doq.py