This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 - echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE}
1010
1111 - name : sleep-for-opencti
12- image : python:3.11
12+ image : python:3.14
1313 commands :
1414 - sleep 180
1515 - name : client-test-39
16- image : python:3.9
16+ image : python:3.14
1717 commands :
1818 - pip3 install -r requirements.txt --user
1919 - pip3 install -r test-requirements.txt --user
2020 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2121 - name : client-test-310
22- image : python:3.10
22+ image : python:3.14
2323 commands :
2424 - pip3 install -r requirements.txt --user
2525 - pip3 install -r test-requirements.txt --user
2626 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2727 - name : client-test-311
28- image : python:3.11
28+ image : python:3.14
2929 commands :
3030 - pip3 install -r requirements.txt --user
3131 - pip3 install -r test-requirements.txt --user
3232 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3333 - name : client-test-312
34- image : python:3.12
34+ image : python:3.14
3535 commands :
3636 - pip3 install -r requirements.txt --user
3737 - pip3 install -r test-requirements.txt --user
3838 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3939
4040 # always run the examples last since they don't clean up
4141 - name : example-tests
42- image : python:3.12
42+ image : python:3.14
4343 commands :
4444 - pip3 install -r requirements.txt --user
4545 - pip3 install .
You can’t perform that action at this time.
0 commit comments