From accd5b6ddbac71ce95b7371ffeb33e38f2d72ba8 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:53:12 -0700 Subject: [PATCH 1/2] Upgrade to the newest fs-synapse --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9f384eb..4721520 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,7 +70,7 @@ exclude = all = challengeutils~=4.3 synapseclient~=4.7 - fs-synapse~=2.0 + fs-synapse~=2.1 sevenbridges-python~=2.9 requests~=2.28 urllib3<2.0 From 1d196ed34c9e470599d7f4e9c57b70d19f596dca Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:02:34 -0700 Subject: [PATCH 2/2] Run tests with concurrency --- .github/workflows/ci.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26ef97..e15a8e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: SYNAPSE_CONNECTION_URI: ${{ secrets.SYNAPSE_CONNECTION_URI }} run: >- tox --installpkg '${{ needs.prepare.outputs.wheel-path }}' - -- -rFEx --durations 10 --color yes + -- -rFEx --durations 10 --color yes -n 4 - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: diff --git a/setup.cfg b/setup.cfg index 4721520..652a03a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,6 +83,7 @@ testing = pytest-mock~=3.0 pytest-dotenv~=0.5.2 pytest-asyncio~=0.21.0 + pytest-xdist>=2.2,<3.0.0 # Dependencies for development (used by Pipenv) dev =