summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2020-08-16 16:55:05 -0700
committerBert JW Regeer <bertjw@regeer.org>2020-08-16 16:55:05 -0700
commit0d0163fc78917cbc8bbc9c3cf646c3392d38275a (patch)
treeebf3897fe1808cce9a39ea09c6c689a2922549e3
parent4d2b2867933dc2f73c0755e137184fe0ea21f203 (diff)
downloadwaitress-py3-only.tar.gz
Fixup comment, this is a Windows issuepy3-only
-rw-r--r--tests/test_adjustments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_adjustments.py b/tests/test_adjustments.py
index 6aafaa8..420ee4c 100644
--- a/tests/test_adjustments.py
+++ b/tests/test_adjustments.py
@@ -218,7 +218,7 @@ class TestAdjustments(unittest.TestCase):
def test_service_port(self):
if WIN: # pragma: no cover
- # On Windows and Python 2 this is broken, so we raise a ValueError
+ # On Windows this is broken, so we raise a ValueError
self.assertRaises(
ValueError, self._makeOne, listen="127.0.0.1:http",
)