Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/snekomatic

The code behind @trio-bot
https://github.com/python-trio/snekomatic

Merge pull request #112 from LinkTagCo/bot

Do not invite bots.

43e8e6d2602e053a31e6590a6be4511f9bf375b1 authored over 4 years ago by Quentin Pradet <[email protected]>
Do not invite bots.

Fixes #5.

34aaed866df92a12bd6420ddc458565c46a5c9f4 authored over 4 years ago by Joshua Bronson <[email protected]>
Merge pull request #88 from njsmith/sqlalchemy

Switch to using sqlalchemy instead of raw psycopg2

1013a7b875ff8477c2db2b91d48faf938c4f8d81 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Add test for db schema consistency check, and fix a bug it caught

5c1e9d5471e319cc542c1795e93379016138db07 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Fix downgrade code (that will never run or be used)

78d4b8397da685af65fa9989d5de6db9cd350715 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Add alembic to requirements

9c3536c4c7aa9640aeac026bcc67cfd79ea5d345 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Set up alembic for automatic database migrations

- Auto-migrate on startup
- We let the auto-migration logic build the schema from an empty db
...

db36470f0e464cad526598d0382f8610d8d8663e authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
First pass at getting things working with sqlalchemy

dee348055bd93f5358783d426de09ce43a1a1001 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Cache db connection, to avoid re-running DDL all the time

fa75255d8e1f04af15850c7fe099d5dbc47d68e5 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #87 from njsmith/no-azure-pipelines

Drop azure-pipelines.yml, since we're using GH actions now instead

c3c31e6c0f58e1d48d52ccded3c3a6050d08478c authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Drop azure-pipelines.yml, since we're using GH actions now instead

cff9679d5dab1010e7c016354c5277a94c9bc171 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #86 from njsmith/unrecognized-commands

More robust /-command parsing

96551d3b69a00b1fa4fba9d51b64e2bd595fc3ed authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
run black

9b205cfcf17748746be8092d457ffa6eb4ae9ce9 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Switch to marko as markdown parser, b/c it handles HTML correctly

53441f0fbde01f454c3777e2ec7cdb0ff0537737 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Use a markdown parser when looking for commands

This is probably overkill, but:

- It means we won't parse commands embedded in e.g. code blocks...

654a40005409f9b56c831fe9877f095d200f6ae2 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Silently ignore unrecognized commands

We used to have a 'raise NotImplementedError' here, and as soon as
this was deployed we hit that...

5fe473059faf1bff37e34c29b8a8806093fed234 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #85 from njsmith/normalize-null-comment-body

get_comment_body now always returns a string, never None

d623318a26580c4f6feef90fd64d491974b91c7d authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
get_comment_body now always returns a string, never None

This fixes an assertion error we got in production, where a PR was
opened with no body and the _...

cc7c573e866ddc1255141b49e6825139063af9e6 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #84 from njsmith/github-actions

Try using github actions for CI

6abfda84b6699373845ec8a854d63cd3efb04bc8 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Try using github actions for CI

6f877146f58fb7709346c2fa9404495b7946b35a authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #83 from njsmith/update-reqs

Run pip-compile

fd538e3d38f7558064b4f9dc947046cb35578318 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Run pip-compile

5ef39c16774d234155c1ff39cf30f4d2fa2ac218 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #82 from njsmith/comment-commands

Initial support for /-commands in comments

b6ce54b44c9137f8b4e85801b2c0be7651db45e4 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Also update azure-pipelines.yml for latest postgres:alpine container

52e035ca56a36c4421fcea88877d3a9903381966 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Switch to using /-syntax for commands

99678547867255aef0f426cc1aa4c271961c9103 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Update test instructions to work with latest postgres:alpine container

73830089388e4b17f160f86f6fba51a90660e5f8 authored almost 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #1 from wgwz/wgwz/comment-commands

parametrized unit tests for webhook payload handling

21d11d19378b8a9afd849a42286681a51204f99d authored about 5 years ago by Nathaniel J. Smith <[email protected]>
factor tests into scenarios

7f31899b842b3ec89c4b3b2062b02a752c522382 authored about 5 years ago by Kyle Lawlor <[email protected]>
refactor to scenario-style tests

458ad885bbda4a73c7665388c0c311eb368e2c9c authored about 5 years ago by Kyle Lawlor <[email protected]>
First pass at adding tests for comment/command handling

a2d9261ab67e1cf14123cbf94a9d7913b985dc7f authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Fix warnings filter for change in collections.abc deprecation message

305cec695637c6e19e8469961dda9f81292cee9a authored about 5 years ago by Nathaniel J. Smith <[email protected]>
A bunch of working notes on github actions

316f5c096aad7011953433324829e4614c283cd9 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
update notes.org

bbabc9aecebbdd44a4c17fbfe1bfd75ceea6fdf3 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Add note to TODO

db01a725d34e412809f60ae2e174c7dcbdfbee56 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Don't crash on pull_request_review with null body

e29342954d3d63351ed11f3ede5bd71f1e8292b5 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Don't crash on empty lines in comments

9d7bed262f39a7c9353d2e10d15f2cb109c5a5a0 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Also look for pull_request_review events

a72d77bd663e82e41602d4406b95528cd96ffd71 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Fix tyop

708239734487f755a0c39e8afeecf2430ee20d7d authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Checkpoint: end-to-end command routing in place

Still several TODOs
Untested
But, all the machinery to say "pong" in response to "@trio-bot ping...

eea2877bd7eb96791c5cb1c221c27b8e7e2eb503 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
checkpoint

ed3da2806810cfe9ad7daea70a6d2174bc175b59 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #52 from njsmith/bump-reqs

Run pip-compile

13e233cb35394dcd9acae6aa8bf2b17ac7aa278a authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Run pip-compile

Doing this manually is easier than manually merging all the dependabot
PRs...

7c2662fee3e1cfc374154e6008ebda2838b9283b authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Fill in some more tips in the README

550b39eefcb9631c44cde86f5d777038db361284 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Update README and notes

1f2c1f26f32c5a0fff7a15de00d740545a86ab5c authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #36 from python-trio/dependabot/pip/sentry-sdk-0.12.3

Bump sentry-sdk from 0.12.2 to 0.12.3

e49cd7d582b70bf9df0ca505f66d31e5b4f43998 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #37 from python-trio/dependabot/pip/pytest-5.2.1

Bump pytest from 5.2.0 to 5.2.1

5cbccbc074032e5228db7ee32ae8453e4e1c3a76 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #38 from python-trio/dependabot/pip/attrs-19.2.0

Bump attrs from 19.1.0 to 19.2.0

0d0563a4906d62f4a9e33a5a709c4363f9039c9d authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #39 from python-trio/dependabot/pip/jinja2-2.10.3

Bump jinja2 from 2.10.1 to 2.10.3

4ce817f716944b63bda5c291991d2e61c89d076f authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Bump jinja2 from 2.10.1 to 2.10.3

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.10.3.
- [Release notes](https:...

40cde30407edf4d81f54a53923fbce4f41f952a5 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump attrs from 19.1.0 to 19.2.0

Bumps [attrs](https://github.com/python-attrs/attrs) from 19.1.0 to 19.2.0.
- [Release notes](ht...

0a22706f24d53e8610ccd2249a2fce6ea8d0acb6 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytest from 5.2.0 to 5.2.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.0 to 5.2.1.
- [Release notes](http...

863a4fb5310276521ed02689a18da995d5379788 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sentry-sdk from 0.12.2 to 0.12.3

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.12.2 to 0.12.3.
- [Release...

ac228706f0a29e363bd25f85e998b0b30a73407f authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #33 from njsmith/install-instructions

Add instructions on how to set up a test install for development

13bd86b3a4e20584d22fbe2802b4b17d6156da4e authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Add instructions on how to set up a test install for development

29244857ebdb1d48189768cb8c7a7153217ed172 authored about 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #32 from jcugat/fix_test_invite_scenarios

Fixes intermittent test_invite_scenarios failure

64c092b3c5f7641fff59a77252da4233e71f2009 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Fixes intermittent test_invite_scenarios failure

aed7ea40e59e28fb8407020dbff79453ac7afb83 authored over 5 years ago by Josep Cugat <[email protected]>
Merge pull request #31 from python-trio/dependabot/pip/hypercorn-0.8.4

Bump hypercorn from 0.8.2 to 0.8.4

afb4b3f81c02e47341297a1e0ea0652a6552e62f authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #30 from python-trio/dependabot/pip/urllib3-1.25.6

Bump urllib3 from 1.25.5 to 1.25.6

19255480c13ffdc7aecd27dd7eda2189bd128301 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #29 from python-trio/dependabot/pip/pytest-5.2.0

Bump pytest from 5.1.3 to 5.2.0

004ae26958fdcd167e901ea556f3df3cb6a931ee authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump hypercorn from 0.8.2 to 0.8.4

Bumps [hypercorn](https://gitlab.com/pgjones/hypercorn) from 0.8.2 to 0.8.4.
- [Release notes](h...

bbc189e205efb1aa352ae758e9827ad25cdfaad9 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump urllib3 from 1.25.5 to 1.25.6

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.5 to 1.25.6.
- [Release notes](htt...

78ce0fd7dbb7d990ab416af6aaec263a6e8e07fc authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytest from 5.1.3 to 5.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.3 to 5.2.0.
- [Release notes](http...

68dffb2916989af1a7ddb87e94d3329860da85e7 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #25 from python-trio/dependabot/pip/pytest-5.1.3

Bump pytest from 5.1.2 to 5.1.3

348466eef6cf23f922f1dc0beccb787969613976 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #26 from python-trio/dependabot/pip/importlib-metadata-0.23

Bump importlib-metadata from 0.22 to 0.23

3f200c791f39e0fd008fe6e7f99cc41842b9f811 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #27 from python-trio/dependabot/pip/pytzdata-2019.3

Bump pytzdata from 2019.2 to 2019.3

857eb9bd53c5baece71ecc877e0f4e82890eed7b authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #28 from python-trio/dependabot/pip/packaging-19.2

Bump packaging from 19.1 to 19.2

7a5c840a30c3c59cab340a2ad16e2867a13943b0 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #24 from python-trio/dependabot/pip/sentry-sdk-0.12.2

Bump sentry-sdk from 0.11.2 to 0.12.2

e65412d2e477f78bd465a08f7281b7824b2db237 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #23 from python-trio/dependabot/pip/urllib3-1.25.5

Bump urllib3 from 1.25.3 to 1.25.5

efec71c04165bf7343ebc0e86a8b6e06288bef21 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #20 from python-trio/dependabot/pip/certifi-2019.9.11

Bump certifi from 2019.6.16 to 2019.9.11

57bfad806b78d4dc5224465f2243b0d7fa993618 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump packaging from 19.1 to 19.2

Bumps [packaging](https://github.com/pypa/packaging) from 19.1 to 19.2.
- [Release notes](https:...

bbc4789d82452cd6d2bc5d13a4c2f7e27f5ad33f authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytzdata from 2019.2 to 2019.3

Bumps [pytzdata](https://github.com/sdispater/pytzdata) from 2019.2 to 2019.3.
- [Release notes]...

128dce3a5b4c9644bbe9aff19abd87893ffff59b authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump importlib-metadata from 0.22 to 0.23

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 0.22 to 0.23.

Signed...

56a9d63b97701a10c6fb6a1b2814af80f732ffb5 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytest from 5.1.2 to 5.1.3

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.2 to 5.1.3.
- [Release notes](http...

1eb98764161feb1c38a659b70ca178be92146e77 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sentry-sdk from 0.11.2 to 0.12.2

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.11.2 to 0.12.2.
- [Release...

c9bb37ab2435f62cb4a16a542a223609662e1082 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump urllib3 from 1.25.3 to 1.25.5

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.5.
- [Release notes](htt...

54954f6475a2aa966476b692ebb4b9bdd33c49c8 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump certifi from 2019.6.16 to 2019.9.11

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2019.9.11.
- [Relea...

640380728601025dc35964b633801c2122acf779 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #21 from python-trio/dependabot/pip/pluggy-0.13.0

Bump pluggy from 0.12.0 to 0.13.0

ea05392fab817664ff5e0372380e19536544a472 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump pluggy from 0.12.0 to 0.13.0

Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 0.12.0 to 0.13.0.
- [Release notes](ht...

a74d67fea72ca197ca3cde1ddb554c042c16b989 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #19 from python-trio/dependabot/pip/importlib-metadata-0.22

Bump importlib-metadata from 0.19 to 0.22

a5d1aee06ddb2c49b9a8f885b3b9840b0e8664c6 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump importlib-metadata from 0.19 to 0.22

Bumps [importlib-metadata](http://importlib-metadata.readthedocs.io/) from 0.19 to 0.22.

Signed...

01195c3fdbe8168b55416f257935e8a0fb984b24 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #17 from python-trio/dependabot/pip/anyio-1.1.0

Bump anyio from 1.0.0 to 1.1.0

b3f6156d23dfb9943abf468cb55a40331094f17f authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump anyio from 1.0.0 to 1.1.0

Bumps [anyio](https://github.com/agronholm/anyio) from 1.0.0 to 1.1.0.
- [Release notes](https:/...

1e1f68a16066976019191acaecb85cdb85744e56 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #16 from python-trio/dependabot/pip/asks-2.3.6

Bump asks from 2.3.5 to 2.3.6

228458c26064502b4a49585fa001282cac60f93f authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump asks from 2.3.5 to 2.3.6

Bumps [asks](https://github.com/theelous3/asks) from 2.3.5 to 2.3.6.
- [Release notes](https://g...

e566ec9734806bfaf4d446e18f52fc0501b98bef authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #12 from python-trio/dependabot/pip/pytest-5.1.2

Bump pytest from 5.1.1 to 5.1.2

f2ef161df96da963da865b83a6ac90188042922d authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #13 from python-trio/dependabot/pip/sentry-sdk-0.11.2

Bump sentry-sdk from 0.11.1 to 0.11.2

4530fb9c7f29577663c4794e854e90b4464c788f authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump sentry-sdk from 0.11.1 to 0.11.2

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.11.1 to 0.11.2.
- [Release...

72d3df9c2891c1b69cf8e93927e161c8dbf13207 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytest from 5.1.1 to 5.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.1 to 5.1.2.
- [Release notes](http...

04ba2472a302d35a04f8b9372ed79215f43f4d88 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11 from python-trio/dependabot/pip/hypercorn-0.8.2

Bump hypercorn from 0.7.2 to 0.8.2

d70bcf24e9ba27ac728090f0f6e7db7684bf39f7 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #14 from python-trio/dependabot/pip/quart-trio-0.4.0

Bump quart-trio from 0.3.0 to 0.4.0

10eb3e5cea036696efd9de2f130bb485d4d9de0b authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump quart-trio from 0.3.0 to 0.4.0

Bumps [quart-trio](https://gitlab.com/pgjones/quart-trio) from 0.3.0 to 0.4.0.
- [Release notes]...

70630b632ce6b0c53e4d50adf47a2a3db61fb789 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump hypercorn from 0.7.2 to 0.8.2

Bumps [hypercorn](https://gitlab.com/pgjones/hypercorn) from 0.7.2 to 0.8.2.
- [Release notes](h...

34416bed4e852145f87872f45c756b62f46e8453 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #7 from python-trio/dependabot/pip/sentry-sdk-0.11.1

Bump sentry-sdk from 0.11.0 to 0.11.1

6ad6168e742f61f02a484e0f2449f4d39cfef2e6 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #8 from python-trio/dependabot/pip/pytest-5.1.1

Bump pytest from 5.1.0 to 5.1.1

7a07bdfc8c5029baaa766989aac34132098319b0 authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Merge pull request #9 from python-trio/dependabot/pip/zipp-0.6.0

Bump zipp from 0.5.2 to 0.6.0

058dd5d2b1740081d99383d8927190bb39b2299c authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Bump zipp from 0.5.2 to 0.6.0

Bumps [zipp](https://github.com/jaraco/zipp) from 0.5.2 to 0.6.0.
- [Release notes](https://gith...

d16921338222fa1312a0716a82ede6d488700214 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump pytest from 5.1.0 to 5.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.0 to 5.1.1.
- [Release notes](http...

e13b3efabc72cf1b67324c25777fc52d8c83be29 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sentry-sdk from 0.11.0 to 0.11.1

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.11.0 to 0.11.1.
- [Release...

97db19f3de7218325c4f85c0002ad7dc9a648ab7 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #4 from webknjaz/testing/pytest-n-tox

Adjust pytest config

d4394fe306ce03e35c66753575e6216bbffccacf authored over 5 years ago by Nathaniel J. Smith <[email protected]>
Move verbose arg back to the CI script

29a3955f6306d3d68bd106e428a7da0964baa96b authored over 5 years ago by Sviatoslav Sydorenko <[email protected]>