Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !482

Running utests (tox+pytest) on Github Action CI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open yoyonel requested to merge github/fork/yoyonel/github-action into master Jan 21, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

Description/Motivation

Perform CI (with pytest+tox) on Github Action: (image

Tests

You can see CI results on this (closed) PR/branch (on my fork repo): ci: add github-action support for utests #1

Discussions

  • I have to remove python 3.4 because this python interpreter version isn't compatible with tox-gh-actions: image

Future

  • Propose a github action for C(ontinuous) D(elivry) on pypi to release and push pypi package from ffmpeg-python
  • Adding some code quality tools/control like flake8, black, pylint, etc ... and perform this check/formatter with Github Action (on PR, commits with precommits, Release, etc ...)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/yoyonel/github-action