fix typo in comment

This commit is contained in:
Maxwell G 2023-05-08 15:51:35 +00:00
parent b00a806470
commit 0683b1f2a7
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -56,7 +56,7 @@ find -type f -name '*.py' -exec sed \
# Fedora does not run coverage tests.
# mock is deprecated in Fedora. We use unittest.mock.
# pip-tools is used directly by the unit tests.
# pip-tools is not used directly by the unit tests.
sed \
-e 's|==.*||' \
-e '/coverage/d' \