From 13ed32b499c297f4cf9e7ecd0e3abcd89a0597ef Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Sat, 6 Apr 2024 10:51:51 -0400 Subject: [PATCH] Add `lockfile` to integration tests --- integration-tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index c086c7f..3ef31e4 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -1,3 +1,4 @@ +filelock pytest pytest-cov pytest-asyncio