aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_develop.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_develop.py')
-rw-r--r--setuptools/tests/test_develop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py
index 35f3ea25..725c4ce2 100644
--- a/setuptools/tests/test_develop.py
+++ b/setuptools/tests/test_develop.py
@@ -50,10 +50,10 @@ def test_env(tmpdir, temp_user):
yield target
-class TestDevelopTest:
+class TestDevelop:
@pytest.mark.skipif(hasattr(sys, 'real_prefix'),
reason="Cannot run when invoked in a virtualenv")
- def test_develop(self, test_env):
+ def test_2to3_user_mode(self, test_env):
settings = dict(
name='foo',
packages=['foo'],