Commit Graph

52 Commits

Author SHA1 Message Date
samschott
0e57e6acfa don't revoke access tokens (turns out, this also revokes the refresh token) 2023-02-05 00:03:53 +01:00
samschott
4ee58fe222 revoke access token after CI run 2023-02-04 22:24:20 +01:00
dependabot[bot]
59074469c9
Bump actions/setup-python from 4.4.0 to 4.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 18:04:26 +00:00
dependabot[bot]
348ccebd24
Bump actions/setup-python from 4.3.1 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 18:06:45 +00:00
dependabot[bot]
9af7b4d752
Bump actions/setup-python from 4.3.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 18:05:09 +00:00
samschott
3012dfdc9a run linters manually in CI 2022-11-22 02:35:03 +01:00
samschott
ecf82c7ef3 move testing from Py 3.10 to 3.11 on CI 2022-11-17 20:05:17 +01:00
samschott
2d9fb33e3c disable kqueue integration tests 2022-11-17 19:55:31 +01:00
dependabot[bot]
b097fe3ee1
Bump actions/setup-python from 4.2.0 to 4.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 19:08:12 +00:00
dependabot[bot]
079f4a1fec
Bump actions/setup-python from 4.1.0 to 4.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 18:29:54 +00:00
dependabot[bot]
fb72a899d5
Bump actions/setup-python from 3 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 18:25:43 +00:00
samschott
4eda5d3dfe don't fail fast in pytest 2022-05-24 10:13:20 +02:00
samschott
071f9337d5 support running tests with kqueue backend 2022-05-23 23:04:05 +02:00
samschott
b2e31aac3f fail fast on integration tests 2022-05-06 00:16:28 +02:00
dependabot[bot]
2ce6755715
Bump codecov/codecov-action from 2.1.0 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 18:31:01 +00:00
samschott
0a94d2a523 run unit tests before integration tests 2022-03-05 19:42:16 +01:00
dependabot[bot]
6e7a846f8d
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 21:30:09 +00:00
dependabot[bot]
eb0adca44b
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 18:26:01 +00:00
Sam Schott
fca84ea7e1 run online tests on py 3.10 2022-02-11 18:19:59 +01:00
Sam Schott
80b84eb91c remove Python 3.6 from test matrix 2022-02-11 13:32:08 +01:00
Sam Schott
c677f38907 [gh action] run pytest as module 2022-01-17 20:34:53 +01:00
Sam Schott
1e1b8c7dd4 add workflow_dispatch triggers to all github actions 2022-01-13 14:18:51 +01:00
dependabot[bot]
979c559a87
Bump codecov/codecov-action from 1 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 12:29:13 +00:00
SamSchott
188da8cc58
[gh-actions] run tests only on py 3.6 and 3.10 2021-10-30 10:49:05 +01:00
Sam Schott
d8739ecd33 add Python 3.10 to offline test matrix 2021-10-21 21:31:30 +01:00
Sam Schott
a6f4f065b8 [gh actions] fixed typo 2021-09-10 21:57:56 +01:00
Sam Schott
d4635df911 don't rerun test failures 2021-07-13 16:49:18 +01:00
Sam Schott
1a4b9e5343 install dev requirements from setup.py 2021-06-16 13:51:07 +01:00
Sam Schott
cb068efd22 upload coverage also on PR-target 2021-06-08 09:15:23 +01:00
Sam Schott
bd7306b584 simplify codecov action 2021-06-07 23:46:34 +01:00
Sam Schott
3156479c24 [gh] don't persist credentials on pull_request_target 2021-02-28 14:15:46 +00:00
Sam Schott
a19f5158eb fix uploading to codecov on pull_request_target 2021-02-27 11:51:56 +00:00
Sam Schott
d16863c660 upload code coverage on pull_request_target 2021-02-26 22:14:48 +00:00
Sam Schott
68caac3d88 [tests] mirror updates from dev branch 2021-02-14 19:48:05 +00:00
Sam Schott
2c9d9a99e8 update github action 2020-12-05 16:26:13 +00:00
Sam Schott
f7e06b27d3 use pytest-cov 2020-10-27 15:53:35 +00:00
Sam Schott
d297441da4 fix issues with coverage 2020-10-27 00:01:46 +00:00
Sam Schott
af5c81d312 simplified codecov action 2020-10-26 20:13:40 +00:00
Sam Schott
47f0c23992 [github actions] generate and upload coverage report 2020-10-26 15:22:43 +00:00
Sam Schott
080af0de25 [github actions] cleanup formatting 2020-10-12 13:55:48 +01:00
Sam Schott
1077c8f64b add manual trigger to tests 2020-10-08 09:09:08 +01:00
Sam Schott
77ba7d2e35 [github actions] add comments 2020-10-05 23:34:02 +01:00
Sam Schott
6d3225a6fb [github actions] fix syntax errors 2020-10-05 21:58:23 +01:00
Sam Schott
e1ab9859f5 [github actions] trigger tests on updated tests 2020-10-05 21:53:23 +01:00
Sam Schott
c8c8ed36b6 [github actions] parallelise tests across Dropbox accounts 2020-10-05 21:50:29 +01:00
Sam Schott
f4979af700 [github actions] only run tests when python modules have changed 2020-10-05 14:56:56 +01:00
Sam Schott
42e2ccabd8 [github actions] cleanup actions 2020-10-05 14:46:13 +01:00
Sam Schott
a237eb3426 [github actions] run tests on PR with short lived auth token 2020-10-05 13:52:47 +01:00
Sam Schott
f1887141c8 [tests] stop after first failed test
this is because sync tests may not be independent
2020-09-24 21:19:03 +01:00
Sam Schott
1a847a5bf1 run tests only on PR 2020-07-02 12:08:48 +02:00