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

Using custom named temporary file. #1222

Merged
merged 1 commit into from
Nov 18, 2015
Merged

Commits on Nov 18, 2015

  1. Using custom named temporary file.

    This is so that tests can run successfully on Windows.
    
    In addition, using generic integer types (from `six`)
    for `gcloud._helpers._millis_from_datetime` since it returns
    a `long` on Windows and `int` on Linux. Also monkey
    patching the GCE ID check in `test_ctor_w_dataset_id_no_environ`
    since some CI environments will give a "false positive"
    on that test.
    dhermes committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    85d8371 View commit details
    Browse the repository at this point in the history