summaryrefslogtreecommitdiff
path: root/setuptools/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-11-04 13:47:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-11-04 13:52:26 -0400
commit43a9c9bfa6aa626ec2a22540bea28d2ca77964be (patch)
tree3b14bc4da3b2f12a61ef88068f059ab305f23286 /setuptools/tests
parent579134321d4d9397c886a5cb50cc26d0e3fa4279 (diff)
downloadpython-setuptools-git-43a9c9bfa6aa626ec2a22540bea28d2ca77964be.tar.gz
Limit the amount of whitespace to search/backtrack. Fixes #3659.
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_packageindex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py
index babc1197..7b0bf112 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -307,7 +307,6 @@ class TestPyPIConfig:
assert cred.password == 'pity%'
-@pytest.mark.xfail(reason="#3659")
@pytest.mark.timeout(1)
def test_REL_DoS():
"""