From a7fa660e53768f3992577b9956700efc056b730f Mon Sep 17 00:00:00 2001 From: Josh Price Date: Thu, 4 Jul 2024 13:34:27 +1000 Subject: [PATCH] Use the xdist branch to check fix --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e8671fa..d586aa0 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] pytest = "==8.2.2" pytest-xdist = "==3.6.1" -buildkite-test-collector = "==0.1.7" +buildkite-test-collector = { git = 'git://github.com/buildkite/test-collector-python.git', ref = 'xdist-duplicates' } [dev-packages]