This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,35 @@ steps:
1010 - name : client-test-38
1111 image : python:3.8
1212 commands :
13+ - pip3 install -r ci-requirements.txt --user
1314 - pip3 install -r requirements.txt --user
1415 - pip3 install -r test-requirements.txt --user
1516 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
1617 - name : client-test-39
1718 image : python:3.9
1819 commands :
20+ - pip3 install -r ci-requirements.txt --user
1921 - pip3 install -r requirements.txt --user
2022 - pip3 install -r test-requirements.txt --user
2123 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2224 - name : client-test-310
2325 image : python:3.10
2426 commands :
27+ - pip3 install -r ci-requirements.txt --user
2528 - pip3 install -r requirements.txt --user
2629 - pip3 install -r test-requirements.txt --user
2730 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
2831 - name : client-test-311
2932 image : python:3.11
3033 commands :
34+ - pip3 install -r ci-requirements.txt --user
3135 - pip3 install -r requirements.txt --user
3236 - pip3 install -r test-requirements.txt --user
3337 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
3438 - name : client-test-312
3539 image : python:3.12
3640 commands :
41+ - pip3 install -r ci-requirements.txt --user
3742 - pip3 install -r requirements.txt --user
3843 - pip3 install -r test-requirements.txt --user
3944 - python3 -m pytest --no-header -vv --disable-warnings --cov=pycti --drone
Original file line number Diff line number Diff line change 1+ wheel<0.46
Original file line number Diff line number Diff line change 11# Filigran
2- wheel < 0.46
32datefinder ~= 0.7.3
43pika ~= 1.3.0
54python-magic ~= 0.4.27 ; sys_platform == 'linux' or sys_platform == 'darwin'
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ pytest-cov~=5.0
88pytest_randomly~=3.8
99types-python-dateutil>=2.8
1010types-pytz>=2021.3.5
11+ wheel~=0.38
You can’t perform that action at this time.
0 commit comments