Skip to content

Commit bfb34a5

Browse files
authored
Remove --exit-and-dump-after as it may be killing the suite itself.
1 parent 3336289 commit bfb34a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,5 @@ def test_aaa_pyproject_installpkg_pep517_envs(
486486
"""
487487
sdist = pkg_with_pdm_backend / "dist" / "skeleton-0.1.1337.tar.gz"
488488
proj = tox_project({"tox.ini": tox_ini}, base=pkg_with_pdm_backend)
489-
result = proj.run("--installpkg", str(sdist), "--exit-and-dump-after", "10")
489+
result = proj.run("--installpkg", str(sdist))
490490
result.assert_success()

0 commit comments

Comments
 (0)