File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
script :
17
17
- curl -sSL https://get.docker.com/ | sh
18
18
- docker run --rm --privileged docker.io/tonistiigi/binfmt:latest --install all
19
- - python -m pip install -e ".[dev]" pytest-custom-exit-code
19
+ - python -m pip install dependency-groups
20
+ - python -m dependency_groups test | xargs python -m pip install -e. pytest-custom-exit-code
20
21
- python ./bin/run_tests.py
21
22
22
23
windows :
@@ -26,7 +27,8 @@ windows:
26
27
before_script :
27
28
- choco install python -y --version 3.12.4
28
29
script :
29
- - py -m pip install -e ".[dev]" pytest-custom-exit-code
30
+ - py -m pip install dependency-groups
31
+ - py -m pip install -e. pytest-custom-exit-code $(py -m dependency_groups test)
30
32
- py bin\run_tests.py
31
33
tags :
32
34
- saas-windows-medium-amd64
36
38
variables :
37
39
PYTEST_ADDOPTS : -k "unit_test or test_0_basic" --suppress-no-test-exit-code
38
40
script :
39
- - python3 -m pip install -e ".[dev]" pytest-custom-exit-code
41
+ - python3 -m pip install dependency-groups
42
+ - python3 -m dependency_groups test | xargs python3 -m pip install -e. pytest-custom-exit-code
40
43
- python3 ./bin/run_tests.py
41
44
tags :
42
45
- saas-macos-medium-m1
You can’t perform that action at this time.
0 commit comments