Skip to content

Commit 64f02bb

Browse files
committed
Add pytest-xdist as dev dependency
1 parent 1753e75 commit 64f02bb

File tree

4 files changed

+72
-6
lines changed

4 files changed

+72
-6
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 8a03012e00ce18dec91d5c279fc7bf11
4+
docChecksum: f525a810cf1c08e0a1f75d631b085137
55
docVersion: 1.1.13
66
speakeasyVersion: 1.544.0
77
generationVersion: 2.599.0
88
releaseVersion: 0.35.0
9-
configChecksum: ef86d41b711e481beabd4dc43218b21e
9+
configChecksum: 4a04b453af70e9dafd8f5541d24840b5
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -372,6 +372,7 @@ generatedFiles:
372372
- src/unstructured_client/types/basemodel.py
373373
- src/unstructured_client/utils/__init__.py
374374
- src/unstructured_client/utils/annotations.py
375+
- src/unstructured_client/utils/datetimes.py
375376
- src/unstructured_client/utils/enums.py
376377
- src/unstructured_client/utils/eventstreaming.py
377378
- src/unstructured_client/utils/forms.py

gen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ python:
2121
pytest: '>=8.3.3'
2222
pytest-asyncio: '>=0.24.0'
2323
pytest-mock: '>=3.14.0'
24+
pytest-xdist: ^3.5.0
2425
types-aiofiles: '>=24.1.0'
2526
uvloop: '>=0.20.0'
2627
main:

poetry.lock

Lines changed: 67 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pylint = "==3.2.3"
3737
pytest = ">=8.3.3"
3838
pytest-asyncio = ">=0.24.0"
3939
pytest-mock = ">=3.14.0"
40+
pytest-xdist = "^3.5.0"
4041
types-aiofiles = ">=24.1.0"
4142
uvloop = ">=0.20.0"
4243

0 commit comments

Comments
 (0)