stone
stone copied to clipboard
The Official API Spec Language for Dropbox API V2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.4.2. Release notes Sourced from coverage's releases. coverage-5.6b1 Third-party packages are now ignored in coverage reporting. This solves a few problems: Coverage will no longer...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.14 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @vercel/ncc from 0.33.3...
Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2.0 to 6.0.0. Changelog Sourced from pytest-runner's changelog. v6.0.0 #49: Dropped workaround for older setuptools versions. Require Python 3.7. v5.3.2 #58: Fixed syntax issue in changelog. v5.3.1...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 7.0.1 pytest 7.0.1 (2022-02-11) Bug Fixes #9608: Fix invalid importing of importlib.readers in Python...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
**Describe the bug** Building from source fails with ``` Traceback (most recent call last): File "/private/tmp/pkgsrc/net/py-stone/work/stone-3.3.1/setup.py", line 21, in with open('requirements.txt') as f: # pylint: disable=W1514 FileNotFoundError: [Errno 2] No...
``` + /usr/bin/python3 -Bm pytest -ra =========================================================================== test session starts ============================================================================ platform linux -- Python 3.8.8, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /home/tkloczko/rpmbuild/BUILD/stone-3.2.1 plugins: flaky-3.6.1, forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, asyncio-0.14.0, expect-1.1.0, cov-2.11.1, mock-3.5.1,...
We should probably automate verification of everything in the `examples` directory.
Is there a way to indicate dependencies between routes? For example very often, visiting `/login` is required before `/logout`. There could also be dependencies between data, let's say you have:...