Skip to content

Commit

Permalink
only run py3 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 10, 2024
1 parent 7ff6ce6 commit 0f47298
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 311 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/build-and-test-py3.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/test-py3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Test python 3

on:
push:
branches: [celery-5]
pull_request:
branches: [celery-5]


jobs:
Test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11", "3.12"]

steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[all]
- name: Show python dependencies
run: |
pip freeze
- name: Run tests
run: |
py.test -vv tests/unit
20 changes: 0 additions & 20 deletions docker-compose.deps.py3.yml

This file was deleted.

204 changes: 0 additions & 204 deletions docker-compose.test.py3.yml

This file was deleted.

14 changes: 0 additions & 14 deletions tests/Dockerfile.hepcrawl_py3

This file was deleted.

0 comments on commit 0f47298

Please sign in to comment.