★ wanayoo — archive 1999 https://github.com/dry-python/classes/pull/62/checksNouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest from 5.3.4 to 5.4.2 #62

Closed
wants to merge 1 commit into from

Bump pytest from 5.3.4 to 5.4.2

f5af8b1
Select commit
Travis CI / Travis CI - Branch required action Jun 1, 2020 in 2m 17s

Build Errored

The build errored. This is a change from the previous build, which failed.

Details

This is a normal build for the dependabot/pip/pytest-5.4.2 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python OS State
201.1 3.6 Linux failed
201.2 3.7.3 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.6, 3.7.3
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.6",
    "3.7.3"
  ],
  "before_install": [
    "pip freeze | xargs pip uninstall -y",
    "curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python",
    "source \"$HOME/.poetry/env\""
  ],
  "install": [
    "poetry install"
  ],
  "script": [
    "poetry run flake8 .",
    "poetry run mypy classes tests/**/*.py",
    "poetry run pytest . docs/pages",
    "poetry run doc8 -q docs",
    "poetry check",
    "poetry run pip check",
    "poetry run safety check --bare --full-report"
  ],
  "after_success": [
    "pip install coveralls",
    "coveralls"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ]
  }
}
You can’t perform that action at this time.