Gergely Nagy

Results 4 issues of Gergely Nagy

This PR adds a new color scheme that looks good in Solarized terminals. It is a slight modification of the Black Night scheme. Based on https://bitbucket.org/ajenkins/htop-solarized/src/

I've tried to modified the regions to be in Europe by adding the location/zone parameters to `create_config`: `python butler.py create_config --oauth-client-secrets-path=$CLIENT_SECRETS_PATH --firebase-api-key=$FIREBASE_API_KEY --project-id=$CLOUD_PROJECT_ID $CONFIG_DIR --gce-zone europe-west3-c --appengine-location europe-west3` However, this...

bug

Since upgrading to `pytest>=7.0.0`, the `self` parameter between test runs remain the same when retrying a single test function within a test class. When using `pytest==6.5.2` (with earlier compatible `pytest-rerunfailures`...

Since upgrading to `pytest>=7.0.0`, the `self` parameter between test runs remain the same when retrying a single test function within a test class. When using `pytest==6.5.2`, it is working as...