Skip to content

Unit tests fail in Python 2.7, 3.5 (dependency issue) #78

@plamut

Description

@plamut

Unit tests check fails on Python 2.7 and Python 3.5, because not all dependencies can be installed.

Environment details

  • OS type and version: Linux (and possibly others?)
  • Python version: 2.7, 3.5
  • pip version: pip --version: 20.0.2
  • google-cloud-bigquery version: 1.24.0

Steps to reproduce

  1. Run uni tests session for Python 2.7 or 3.5, e.g.:
    nox -f noxfile.py -s unit-2.7
  2. Test do not run, an error occurs when installing dependencies.

Code example

# example

Stack trace

Building wheels for collected packages: llvmlite
...
RuntimeError: Building llvmlite requires LLVM 7.0.x, 7.1.x or 8.0.x, got '11.0.0'. Be sure to set LLVM_CONFIG to the right executable path.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.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