Skip to content

Commit

Permalink
Only test 1.0, 1.5, and 2.0 scales
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Sawicz <[email protected]>
  • Loading branch information
tarek-y-ismail and Saviq authored Aug 5, 2024
1 parent 87287ac commit 7e491b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir-ci/mir_ci/tests/test_fractional_scale_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_display_config(scale: float) -> dict:
)
@pytest.mark.env(GSETTINGS_BACKEND="keyfile")
@pytest.mark.parametrize("server", servers(ServerCap.FLOATING_WINDOWS | ServerCap.DISPLAY_CONFIG))
@pytest.mark.parametrize("scale", [1.0, 1.25, 1.5, 1.75, 2.0])
@pytest.mark.parametrize("scale", [1.0, 1.5, 2.0])
@pytest.mark.deps(
debs=("gtk-4-examples",),
pip_pkgs=(
Expand Down

0 comments on commit 7e491b2

Please sign in to comment.