- 02 Mar, 2020 2 commits
-
-
Ye-hyoung Kang authored
Add news fragment
-
Ye-hyoung Kang authored
The broken link used to point to Python 2 docs (which has been moved). Since Python 2 has reached its end-of-life, link to Python 3 docs instead.
-
- 16 Feb, 2020 2 commits
-
-
Jason R. Coombs authored
Copy docs requirements to a separate file due to RTD constraints.
-
Jason R. Coombs authored
Copy docs requirements to a separate file due to RTD constraints. Fixes #2001. Ref readthedocs/readthedocs.org#6662
-
- 15 Feb, 2020 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Pin virtualenv to <20 as workaround for #1998.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Avoid installing setuptools 45 on Python 2.
-
Jason R. Coombs authored
Because Requires-Python is disabled for Python 2 to allow this declared-incompatible version to install on Python 2, the build-requirements must exclude installing setuptools 45 during the build-system setup. Because Python 2 tests are only needed for internal validation, and because the latest pip is already installed, the build-system can rely on `backend-path = ["."]`. Fixes #1996.
-
- 12 Feb, 2020 3 commits
-
-
Jason R. Coombs authored
Deprecated Eggsecutable Scripts
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 09 Feb, 2020 1 commit
-
-
Jason R. Coombs authored
-
- 06 Feb, 2020 3 commits
-
-
Jason R. Coombs authored
Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Make easy_install command less strict (fixes #1405)
-
- 05 Feb, 2020 2 commits
-
-
Jason R. Coombs authored
Fix install_scripts() if bdist_wininst is missing
-
Jason R. Coombs authored
-
- 04 Feb, 2020 2 commits
-
-
Jason R. Coombs authored
Move test dependencies to package metadata.
-
Jason R. Coombs authored
-
- 03 Feb, 2020 1 commit
-
-
Victor Stinner authored
Closes #1985
-
- 25 Jan, 2020 1 commit
-
-
Johannes Reiff authored
-
- 22 Jan, 2020 4 commits
-
-
Jason R. Coombs authored
Move docs dependencies into package metadata and use same technique as jaraco/skeleton to build docs in tox and rtd.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Improve tests setup in GH Actions CI/CD workflow
-
- 21 Jan, 2020 1 commit
-
-
Jason R. Coombs authored
Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools to install test dependencies.
-
- 20 Jan, 2020 12 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Move test dependencies into the package, removing 'tests' directory which masks the error reported in #1896.
-
Jason R. Coombs authored
Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in metadata to be installed without ignoring REQUIRES_PYTHON
-
Jason R. Coombs authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
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.
-
Sviatoslav Sydorenko authored
-