Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0 #267

Closed

Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0

83d9a3a
Select commit
Loading
Failed to load commit list.
Closed

Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0 #267

Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0
83d9a3a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 18, 2023 in 2m 14s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #267 Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Focal)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global=DOCTR_DEPLOY_ENCRYPTION_KEY_SEBRUT_PYGROCY=[secure][secure]"
  ],
  "addons": {
    "apt": {
      "update": true,
      "sources": [
        {
          "sourceline": "ppa:deadsnakes/ppa"
        }
      ],
      "packages": [
        "python3.8",
        "python3.9",
        "python3.10",
        "python3-pip",
        "python3-setuptools",
        "python3-wheel",
        "tox"
      ]
    }
  },
  "before_install": [
    "pip3 install virtualenv==20.0.23 --force-reinstall",
    "pip3 install coveralls~=3.0.0",
    "pip3 install doctr~=1.8.0",
    "pip3 install pdoc3~=0.9.2"
  ],
  "install": [
    "pip3 install -r requirements.txt"
  ],
  "script": [
    "tox",
    "set -e",
    "pdoc3 --html pygrocy"
  ],
  "after_success": [
    "coveralls"
  ],
  "deploy": [
    {
      "provider": "pypi",
      "password": {
        "secure": "bRGZ4Meg/fURbgVS1HCqCXEsb6TMTdzbRznQ1QZ9x4RKU4SJrVI90oQWOjLo+Td4x6iD7YceYfBE0gAbuHRVknATQ8/A29KEPByHiMglZ/UfkKKRYkJLmj+QEgFbX/1vR6bu7FY2aWcSjL1VW5IfOUQAl6c7soF3AqXpyageeWniic+pZYOxtLBlXQBtgMeIAAGCB7jA8j7Qdp3l7ae9OOMPVjPf7mJjfsb8e3w32BpLyKZlyOjJzEOiaOJgDJumE4PITq0tf7kjUOKjwmGp8zGzXYtM8SdiS+jShsVpPXIAun8XtDFyB8JhdAuXDAtahcGfkdDZzD60eiXQzUFuMIZq8Y6Yh4YS78qK+4AJizdGUoN0tKyy1irPk3MsWtsGrY8LqBZ1zBoS+ryiz2Ovsjq7qfjt5ziM6sfPBF4/2j5TlAiDoiycvWz7vAkZhaMbim0sKcvUb+pYlQT/D5TU7siOTyW8PZWyn1SJ6zb27SW9tkQ3UNKmS9EhPgAkL8jiPtSUoD2d4Tn5UtlMw/s9B/6eZodM3SpWHEkyoWZ3+VRG4uW7ZpV9xBiYonyNtWYpBbAGcmfz8KD7HXzApjcuQWuvANjYeaJuo2pwMY8iE/H0fs+bP/x/5Wlra88VpSY9HKIsdYhxn1TnCsApP6c1aFiAs7nfRGY+y3UsiBT1Zgo="
      },
      "on": {
        "tags": true
      },
      "skip_existing": true,
      "skip_cleanup": true,
      "username": "SebRut"
    },
    {
      "skip_existing": true,
      "provider": "script",
      "script": "doctr deploy . --built-docs html/pygrocy/ --build-tags",
      "on": {
        "tags": true
      },
      "skip_cleanup": true
    }
  ]
}