summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_test.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-23 16:58:39 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-23 16:58:39 -0400
commit0342c9fdb594a0ea9f150b0b6cae43f4608a099b (patch)
treed9b186934a8fab570264c72b077f68ecbab5de38 /setuptools/tests/test_test.py
parentf2564d7d8d40fc666a6490511c8964de65c0ebf3 (diff)
parent619e229c9777f0ee0851d8c5c94caaad7d89d434 (diff)
downloadpython-setuptools-git-0342c9fdb594a0ea9f150b0b6cae43f4608a099b.tar.gz
Merge commit '619e229' into feature/2093-docs-revamp
Diffstat (limited to 'setuptools/tests/test_test.py')
-rw-r--r--setuptools/tests/test_test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py
index 0f77d8ff..892fd120 100644
--- a/setuptools/tests/test_test.py
+++ b/setuptools/tests/test_test.py
@@ -10,6 +10,7 @@ import pytest
from setuptools.command.test import test
from setuptools.dist import Distribution
+from setuptools.tests import ack_2to3
from .textwrap import DALS
@@ -73,9 +74,6 @@ def quiet_log():
log.set_verbosity(0)
-ack_2to3 = pytest.mark.filterwarnings('ignore:2to3 support is deprecated')
-
-
@pytest.mark.usefixtures('sample_test', 'quiet_log')
@ack_2to3
def test_test(capfd):