From 6ae1be028b08fc18bf016d30b59070c8b67e82ec Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Oct 01 2020 16:08:06 +0000 Subject: Fix typos --- diff --git a/tests/python-dns-lexicon.spec b/tests/python-dns-lexicon.spec index 801a904..7369468 100644 --- a/tests/python-dns-lexicon.spec +++ b/tests/python-dns-lexicon.spec @@ -45,7 +45,7 @@ sed -i \ # Note that [full] contains [plesk] and [route53] but we specify them manually instead: %pyproject_buildrequires -e light -x plesk -x route53 %else -# older Fedora don't have the required runtime dependencies, so we don't test it there +# older Fedoras don't have the required runtime dependencies, so we don't test it there %pyproject_buildrequires %endif @@ -62,7 +62,7 @@ sed -i \ %if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 %check # we cannot use %%tox here, because the configured commands call poetry directly :/ -# we use %%pytest instead, running a subset of tests not o waste CI time +# we use %%pytest instead, running a subset of tests not to waste CI time %pytest -k "test_route53 or test_plesk" %endif