summaryrefslogtreecommitdiff
path: root/.github/workflows/python-tests.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix all deprecated set-env and add-path uses @ GHASviatoslav Sydorenko2020-11-201-15/+8
|
* Temporarily allow `set-env` GHA commandsSviatoslav Sydorenko2020-11-181-0/+16
| | | | | | Refs: * github.com/deadsnakes/issues/issues/135 * github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Upgrade GHA actions using deprecated env mechanismSviatoslav Sydorenko2020-11-181-2/+2
|
* Merge branch 'master' into debt/drop-py35Jason R. Coombs2020-10-171-7/+35
|\
| * Defer to default behavior for fail fast for now.Jason R. Coombs2020-10-171-1/+0
| |
| * Don't let one failure cancel all the other jobsHugo van Kemenade2020-10-121-0/+1
| |
| * GHA: Replace 3.9 beta with 3.9 finalHugo van Kemenade2020-10-121-6/+1
| |
| * Try out actions/setup-python@v2.1.1Sviatoslav Sydorenko2020-07-211-1/+1
| |
| * Add Python 3.9 beta from deadsnakesSviatoslav Sydorenko2020-07-191-8/+24
| |
| * debug! make pytest extremely verboseSviatoslav Sydorenko2020-07-191-0/+2
| |
| * Make tox show tests output in parallel mode @ GHASviatoslav Sydorenko2020-07-191-0/+2
| |
| * Set up GHA to test on Python 3.9-beta and 3.8-devSviatoslav Sydorenko2020-07-181-4/+10
| |
| * Test Python 3.9-devHugo2020-07-121-0/+9
| |
| * More directly disable coverage when running tests on pypy.Jason R. Coombs2020-07-021-2/+0
| |
* | Drop support for Python 3.5.Jason R. Coombs2020-05-311-1/+0
|/
* Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-211-1/+1
| | | | jaraco/skeleton to build docs in tox and rtd.
* Merge remote-tracking branch 'origin/master' into feature/deps-in-metadataJason R. Coombs2020-01-211-17/+48
|\
| * Add back NETWORK_REQUIRED env varSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Simplify GH Actions tests workflowSviatoslav Sydorenko2020-01-201-21/+27
| |
| * Set TOXENV to pypy3 on macOS @ GH Actions CI/CDSviatoslav Sydorenko2020-01-201-0/+4
| |
| * Support PyPy2Sviatoslav Sydorenko2020-01-201-2/+2
| |
| * Add PyPy 🐍 jobs to Actions CI/CD workflowSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Fix running tests under Python 2Sviatoslav Sydorenko2020-01-201-0/+2
| | | | | | | | | | | | | | | | | | As per #1961. P.S. Using `contains(['2.7', 'pypy2'], matrix.python-version)` does not work even though https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#contains promises arrays to be supported.
| * Log Python location in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Log Python version in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Disable tox's parallel spinnerSviatoslav Sydorenko2020-01-201-0/+3
| |
| * Switch to using the latest UbuntuSviatoslav Sydorenko2020-01-201-1/+1
| |
| * Cache Pip dists in GH Actions CI/CD workflowsSviatoslav Sydorenko2020-01-201-0/+8
| |
| * Bump setup-python action to v1.1.1Sviatoslav Sydorenko2020-01-201-1/+1
| |
| * Use `python-version` in setup-python actionSviatoslav Sydorenko2020-01-201-1/+1
|/ | | | Before this change, a deprecated `version` arg was used.
* Merge pull request #1980 from pypa/feature/bootstrap-in-toxJason R. Coombs2020-01-191-4/+0
|\ | | | | Bootstrap the environment in tox, allowing simple 'tox' to run tests.
| * Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-191-4/+0
| | | | | | | | simplifying all of the pipelines.
* | Disable Python 2 tests on Github ActionsJason R. Coombs2020-01-191-1/+0
|/
* Upgrade the macOS VMs to use a new supported version Sviatoslav Sydorenko2020-01-121-1/+1
| | | | | | | This change is necessary because macOS 10.15 is now deprecated. Ref: https://github.blog/changelog/2019-10-31-github-actions-macos-virtual-environment-is-updating-to-catalina-and-dropping-mojave-support Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Add Python 3.8 to the test matrixSviatoslav Sydorenko2020-01-121-0/+1
| | | Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Don't skip missing interpreters in toxSviatoslav Sydorenko2019-09-021-1/+1
|
* Temporary comment out win jobsSviatoslav Sydorenko2019-09-021-2/+2
|
* Add GitHub Actions CI/CD test suite workflowSviatoslav Sydorenko2019-09-021-0/+75