We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3787ef commit 6e6e3aeCopy full SHA for 6e6e3ae
test/run-tests.py
@@ -158,7 +158,7 @@ def pytest_pyfunc_call(self, pyfuncitem):
158
else:
159
# Exclude the past
160
exclusions.append(r"\#PY2")
161
- # Exclude code only used for compatiblity with a previous Python version
+ # Exclude code only used for compatibility with a previous Python version
162
exclusions.append(r"\#PY3({0})([^\d+]|$)".format(
163
"|".join(map(str, range(0, sys.version_info.minor)))
164
))
0 commit comments