]> 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)
committerBob Halley <halley@dnspython.org>
Sat, 8 Jul 2023 20:03:23 +0000 (13:03 -0700)
commiteb6c94c272dcd855bccce322618e16cbcf2f73bd
tree0cdff1ca088ef58cd6614ff063d08a3c1ce7b020
parent85d8c9912e1311fe210e62ad57a8f09aac9800a1
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.

(cherry picked from commit 000c37b5dc8c2ab9f2c17eb655d547d70c20b5d2)
tests/test_doq.py