aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog entry.feature/deps-in-metadataJason R. Coombs2020-02-041-0/+1
|
* Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-215-13/+16
| | | | 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
|\
| * Merge pull request #1967 from webknjaz/bugfixes/setup-python-action-versionJason R. Coombs2020-01-212-18/+49
| |\ | | | | | | Improve tests setup in GH Actions CI/CD workflow
| | * 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-202-3/+3
| | |
| | * 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.
* | | Set PIP_USE_PEP517 in installer command so as not to influence the tests ↵Jason R. Coombs2020-01-212-1/+2
| | | | | | | | | | | | with that setting.
* | | Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools ↵Jason R. Coombs2020-01-201-0/+1
| | | | | | | | | | | | to install test dependencies.
* | | Merge branch 'master' into feature/deps-in-metadataJason R. Coombs2020-01-202-1/+13
|\| |
| * | Merge commit 'f9e279df'Jason R. Coombs2020-01-202-1/+1
| |\ \
| | * | Move test dependencies into the package, removing 'tests' directory which ↵Jason R. Coombs2020-01-202-1/+1
| | | | | | | | | | | | | | | | masks the error reported in #1896.
| * | | Clarify subject of change. Ref #1905.Jason R. Coombs2020-01-201-1/+1
| | |/ | |/|
* | | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵Jason R. Coombs2020-01-203-8/+43
| | | | | | | | | | | | metadata to be installed without ignoring REQUIRES_PYTHON
* | | Move test dependencies to package metadata.Jason R. Coombs2020-01-194-14/+34
|/ /
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+2
| |
* | Merge pull request #1905 from mimi1vx/patch-1Jason R. Coombs2020-01-193-3/+18
|\ \ | | | | | | Fix _imp module behaviour if is defined paths in find_spec call
| * | Separate test for 'is_present' into its own test and add a TODO about this ↵Jason R. Coombs2020-01-191-0/+5
| | | | | | | | | | | | behavior being apparently unused.
| * | Add changelog entry. Ref #1905.Jason R. Coombs2020-01-191-0/+1
| | |
| * | Extract 'find_spec' function to consolidate behavior. Ref #1905.Jason R. Coombs2020-01-191-12/+12
| | |
| * | Merge branch 'master' into patch-1Jason R. Coombs2020-01-1985-1335/+2231
| |\ \ | |/ / |/| |
* | | Merge pull request #1968 from hugovk/flake8-2020Jason R. Coombs2020-01-192-0/+2
|\ \ \ | | | | | | | | Add flake8-2020 to tests/requirements.txt
| * | | Add changelogHugo2020-01-141-0/+1
| | | |
| * | | Add flake8-2020 to requirements.txtHugo2020-01-141-0/+1
| | | |
* | | | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-01-197-19/+13
|\ \ \ \
| * \ \ \ Merge pull request #1980 from pypa/feature/bootstrap-in-toxJason R. Coombs2020-01-197-19/+13
| |\ \ \ \ | | | | | | | | | | | | 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-197-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | simplifying all of the pipelines.
* | | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-1911-51/+51
| | | | | |
* | | | | | Run flake8 tests as part of test suite.Jason R. Coombs2020-01-192-5/+14
| | | | | |
* | | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-1932-187/+251
|/ / / / /
* | | | | Disable Python 2 tests on Github ActionsJason R. Coombs2020-01-191-1/+0
| | | | |
* | | | | Remove another reference to py27Jason R. Coombs2020-01-191-1/+1
|/ / / /
* | | | Only run 'egg_info' when bootstrapping was required.Jason R. Coombs2020-01-191-8/+4
| | | |
* | | | Include PKG-INFO in minimal egg-info so that metadata doesn't need to be ↵Jason R. Coombs2020-01-191-2/+1
| | | | | | | | | | | | | | | | generated twice during bootstrap.
* | | | Add azure pipelines from jaraco/skeletonJason R. Coombs2020-01-191-0/+71
| | | |
* | | | Bump version: 45.0.0 → 45.1.0v45.1.0Jason R. Coombs2020-01-196-5/+10
| | | |
* | | | Update changelog.Jason R. Coombs2020-01-191-0/+1
| | | |
* | | | Merge pull request #1978 from bennuttall/patch-2Jason R. Coombs2020-01-191-3/+0
|\ \ \ \ | | | | | | | | | | Ensure bdist_wheel no longer creates a universal wheel [remove bdist_wheel block], close #1976
| * | | | Ensure bdist_wheel no longer creates a universal wheel, close #1976Ben Nuttall2020-01-191-3/+0
| | | | | | | | | | | | | | | by removing the [bdist_wheel] section
* | | | | Merge pull request #1972 from jdufresne/py3-onlyJason R. Coombs2020-01-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Add 'Programming Language :: Python :: 3 :: Only' trove classifier