Add tmpdir

This commit is contained in:
psakiev 2022-12-19 16:13:01 -07:00
parent b0528cae3f
commit af17cc60a9

View File

@ -225,7 +225,13 @@ class TestUninstallFromEnv(object):
@pytest.fixture
def environment_setup(
self, mutable_mock_env_path, config, mock_packages, mutable_database, install_mockery
self,
mutable_mock_env_path,
config,
mock_packages,
mutable_database,
install_mockery,
tmpdir,
):
# make environments local to each instantiation of the fixture so they don't clash
# in parallel