https://errata-ai.gitbook.io/vale/getting-started/installation
https://pradyunsg.gitbook.io/this-is-an-intentionally-long-title/group/changelog
function commands_to_test() { | |
pip install oslo.utils==1.4.0 | |
} | |
if [ "$VIRTUAL_ENV" ]; then | |
echo "Please run 'deactivate' and try again." | |
exit 1 | |
fi | |
# Make a virtualenv and use that. |
2020-05-08T17:44:53,092 Non-user install because user site-packages disabled | |
2020-05-08T17:44:53,102 Created temporary directory: /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-ephem-wheel-cache-ql7y4i0p | |
2020-05-08T17:44:53,103 Created temporary directory: /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-req-tracker-ch141f_5 | |
2020-05-08T17:44:53,103 Initialized build tracking at /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-req-tracker-ch141f_5 | |
2020-05-08T17:44:53,103 Created build tracker: /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-req-tracker-ch141f_5 | |
2020-05-08T17:44:53,103 Entered build tracker: /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-req-tracker-ch141f_5 | |
2020-05-08T17:44:53,103 Created temporary directory: /private/var/folders/4d/bt0_xfx56bjfmmt2bv3r5_qh0000gn/T/pip-install-go6b3ifp | |
2020-05-08T17:44:53,178 1 location(s) to search for versions of alembic: | |
2020-05-08T17:44:53,178 * https://pypi.org/simple/alembic/ | |
2020-05-08T17: |
SELECT | |
COUNT(*) as count | |
FROM | |
`the-psf.pypi.file_downloads` | |
WHERE | |
DATE(timestamp) between DATE "2020-04-01" and DATE "2020-04-15" | |
-- This query will process 18.3 GB when run. |
tests/integrations/test_conferences.py::test_conferences | |
/Users/pradyunsg/Projects/junction/junction/profiles/migrations/0001_initial.py:25: RemovedInDjango20Warning: on_delete will be a required arg for OneToOneField in Django 2.0. Set it to models.CASCADE on models and in existing migrations if you want to maintain the current default behavior. See https://docs.djangoproject.com/en/1.9/ref/models/fields/#django.db.models.ForeignKey.on_delete | |
('user', models.OneToOneField(to=settings.AUTH_USER_MODEL)), | |
tests/integrations/test_conferences.py::test_conferences | |
/Users/pradyunsg/Projects/junction/junction/conferences/migrations/0014_conferencesettings.py:63: RemovedInDjango20Warning: on_delete will be a required arg for ForeignKey in Django 2.0. Set it to models.CASCADE on models and in existing migrations if you want to maintain the current default behavior. See https://docs.djangoproject.com/en/1.9/ref/models/fields/#django.db.models.ForeignKey.on_delete | |
('conference', models.ForeignKey(to='confe |
There's 2 files in this Gist -- the query and the 16000 JSON records (BigQuery download limit) of the result of that executing that query.
It used >500 GB of the free 1 TB quota, so I can't really run this again. :)
I hereby claim:
To claim this, I am signing this object:
Collecting Flask
Downloading Flask-0.12.2-py2.py3-none-any.whl (83kB)
100% |ββββββββββββββββββββββββββββββββ| 92kB 296kB/s
Collecting itsdangerous>=0.21 (from Flask)
Downloading itsdangerous-0.24.tar.gz (46kB)
Abstract