Skip to content

unittest / core_deps_from_source-3.14 is failing due to misconfiguration of google-api-core #16017

@jskeet

Description

@jskeet

Determine this is the right repository

  • I determined this is the correct repository in which to report this bug.

Summary of the issue

Copied from chat:

An error shows up when we run the unittests where we build from source.
There are a number of libraries that we do not gather from PyPI. Instead we build directly from source on github and one of the files points to a split repo that was migrated and thus no longer has content.

We need to revise that path for python-api-core:
...
ERROR: google-api-core @ git+https://github.com/googleapis/python-api-core.git from git+https://github.com/googleapis/python-api-core.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

API client name and version

No response

Reproduction steps: code

file: main.py

   def reproduce():
    # complete code here

Reproduction steps: supporting files

file: mydata.csv

alpha,1,3
beta,2,5

Reproduction steps: actual results

file: output.txtmydata.csv

Calculated: foo

Reproduction steps: expected results

file: output.txtmydata.csv

Calculated: bar

OS & version + platform

No response

Python environment

No response

Python dependencies

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions