mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🚧 GitHub Actions/CircleCI: Remove testing from CircleCI config
This commit is contained in:
parent
aa7c9c5c5f
commit
e4489dbbec
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +1,6 @@
|
|||
version: 2.1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
parameters:
|
||||
python-version:
|
||||
type: string
|
||||
docker:
|
||||
- image: cimg/python:<< parameters.python-version >>
|
||||
steps:
|
||||
- checkout
|
||||
- run: pip3 install --upgrade pip
|
||||
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
|
||||
- run: pip3 install -r requirements.txt
|
||||
- run: pip3 install pytest
|
||||
- run: mkdir -p test-results
|
||||
- run: pytest --junitxml=test-results/junit.xml -o junit_family=legacy
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
|
||||
black:
|
||||
parameters:
|
||||
python-version:
|
||||
|
@ -31,12 +14,6 @@ jobs:
|
|||
- run: black .
|
||||
|
||||
workflows:
|
||||
all-tests:
|
||||
jobs:
|
||||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
black:
|
||||
jobs:
|
||||
- black:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue