Skip to content

Commit

Permalink
Moved empty_deployment fixture to session scope in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
octonawish-akcodes committed Jul 23, 2023
1 parent c661a1e commit 76190be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@pytest.fixture(
params=["empty_deployment"]
if os.environ.get("KCIDB_DEPLOYMENT", "") == "This deployment is empty"
else []
else [], scope="session"
)
def empty_deployment():
"""Reusable empty (no-data) deployment"""
Expand Down

0 comments on commit 76190be

Please sign in to comment.