Skip to content

Commit

Permalink
Decouple sdist tests from pypirc fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 6, 2024
1 parent ddc1555 commit 6ce5426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distutils/tests/test_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@


@pytest.fixture(autouse=True)
def project_dir(request, pypirc):
def project_dir(request, distutils_managed_tempdir):
self = request.instance
self.tmp_dir = self.mkdtemp()
jaraco.path.build(
{
'somecode': {
Expand Down

0 comments on commit 6ce5426

Please sign in to comment.