Skip to content

Commit 85f6b69

Browse files
committed
Remove debugging leftovers from a test case name.
1 parent 409b946 commit 85f6b69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/tox_env/python/virtual_env/package/test_package_pyproject.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,7 @@ def test_pyproject_config_settings_editable_legacy(
467467

468468

469469
@pytest.mark.usefixtures("enable_pip_pypi_access")
470-
def test_aaa_pyproject_installpkg_pep517_envs(
471-
tox_project: ToxProjectCreator,
472-
pkg_with_pdm_backend: Path,
473-
) -> None:
470+
def test_pyproject_installpkg_pep517_envs(tox_project: ToxProjectCreator, pkg_with_pdm_backend: Path) -> None:
474471
# Regression test for #3512
475472
tox_ini = """
476473
[tox]

0 commit comments

Comments
 (0)