Skip to content

Commit 970c844

Browse files
committed
ci: remove rust acc from CI/CD
1 parent 782d00d commit 970c844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_uuid_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_backend_forced(monkeypatch, value, expected):
1515
import uuid_utils # noqa: F401
1616
except Exception:
1717
pytest.skip("Rust extension uuid_utils not installed in this environment")
18-
18+
1919
monkeypatch.setenv("TYPEID_UUID_BACKEND", value)
2020
backend = get_uuid_backend()
2121
assert backend.name == expected

0 commit comments

Comments
 (0)