I'm getting an error when trying to run the test suite:
ImportError: cannot import name 'make_client' from 'google.cloud.bigquery.tests.unit.helpers'
I think this is due to some ambiguity between the tests/unit/helpers package and the tests/unit/helpers.py module
I'm not sure why it's choosing a different import in my environment than nox's.