We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12f5ad commit 8252196Copy full SHA for 8252196
1 file changed
tests/__init__.py
@@ -47,4 +47,4 @@ def is_gevent_monkey_patched():
47
def is_monkey_patched():
48
return is_gevent_monkey_patched() or is_eventlet_monkey_patched()
49
50
-notwindows = unittest.skipUnless(not "Windows" in platform.system(), "This test is not adecuate for windows")
+notwindows = unittest.skipUnless(not "Windows" in platform.system(), "This test is not adequate for windows")
0 commit comments