We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03263cb commit 71f481aCopy full SHA for 71f481a
Makefile
@@ -21,7 +21,7 @@ test-staging: build
21
-e LABELBOX_TEST_ENVIRON="staging" \
22
-e DA_GCP_LABELBOX_API_KEY=${DA_GCP_LABELBOX_API_KEY} \
23
-e LABELBOX_TEST_API_KEY_STAGING=${LABELBOX_TEST_API_KEY_STAGING} \
24
- local/labelbox-python:test pytest $(PATH_TO_TEST)
+ local/labelbox-python:test pytest -n 10 $(PATH_TO_TEST)
25
26
test-prod: build
27
docker run -it -v ${PWD}:/usr/src -w /usr/src \
pytest.ini
@@ -1,4 +1,4 @@
1
[pytest]
2
-addopts = -s -vv --reruns 5 --reruns-delay 10 --durations=20 -n 10
+addopts = -s -vv --reruns 5 --reruns-delay 10 --durations=20
3
markers =
4
slow: marks tests as slow (deselect with '-m "not slow"')
0 commit comments