Skip to content

Commit 3c9d07a

Browse files
Merge branch 'feat/extensions' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/extensions
2 parents c9ba3e7 + f91d8e6 commit 3c9d07a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def configure_test_environment() -> Generator[None, None, None]:
4848
if tmp_data_path and os.path.exists(tmp_data_path):
4949
shutil.rmtree(tmp_data_path, ignore_errors=True)
5050
print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
51-
52-
5351

5452
@pytest.fixture
5553
def client() -> Generator[FlaskClient, None, None]:

0 commit comments

Comments
 (0)