Skip to content

Commit 5e2e177

Browse files
authored
[DPE-1275] Upgrade to the newest fs-synapse (#49)
* Upgrade to the newest fs-synapse
1 parent 9605595 commit 5e2e177

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
SYNAPSE_CONNECTION_URI: ${{ secrets.SYNAPSE_CONNECTION_URI }}
9595
run: >-
9696
tox --installpkg '${{ needs.prepare.outputs.wheel-path }}'
97-
-- -rFEx --durations 10 --color yes
97+
-- -rFEx --durations 10 --color yes -n 4
9898
- name: Upload coverage to Codecov
9999
uses: codecov/codecov-action@v3
100100
with:

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exclude =
7070
all =
7171
challengeutils~=4.3
7272
synapseclient~=4.7
73-
fs-synapse~=2.0
73+
fs-synapse~=2.1
7474
sevenbridges-python~=2.9
7575
requests~=2.28
7676
urllib3<2.0
@@ -83,6 +83,7 @@ testing =
8383
pytest-mock~=3.0
8484
pytest-dotenv~=0.5.2
8585
pytest-asyncio~=0.21.0
86+
pytest-xdist>=2.2,<3.0.0
8687

8788
# Dependencies for development (used by Pipenv)
8889
dev =

0 commit comments

Comments
 (0)