- 16 Jan, 2021 1 commit
-
-
Jason R. Coombs authored
-
- 26 Dec, 2020 2 commits
-
-
Sviatoslav Sydorenko authored
-
Sviatoslav Sydorenko authored
This makes sure that flake8's defaults are in use. Specifically, it excludes `.tox/` dir that is known to contain a lot of files in nested folders that are not supposed to be linted. Refs: * https://github.com/pypa/setuptools/issues/2501#issuecomment-749144396 * https://github.com/pypa/setuptools/pull/2486/files#r546877674 * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-exclude * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-exclude
-
- 23 Dec, 2020 1 commit
-
-
Jason R. Coombs authored
docs: recommend pypa build instead of pep517.build
-
- 22 Dec, 2020 1 commit
-
-
Henry Schreiner authored
-
- 21 Dec, 2020 5 commits
-
-
Jason R. Coombs authored
Tests once again pass on an extract of the sdist.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix syntax in test_build_meta, version should not have quotes. Bug was masked by LegacyVersion parsing.
-
Jason R. Coombs authored
-
- 20 Dec, 2020 9 commits
-
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Adopt jaraco/skeleton
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix tests with pytest 6.2
-
Jason R. Coombs authored
typo
-
- 14 Dec, 2020 1 commit
-
-
Matt Deitke authored
-
- 13 Dec, 2020 1 commit
-
-
Chih-Hsuan Yen authored
The latest pytest deprecates pytest.yield_fixture in favor of pytest.fixture [1]. The changelog [2] says that both are the same. [1] https://github.com/pytest-dev/pytest/pull/7988 [2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
-
- 12 Dec, 2020 6 commits
-
-
Jason R. Coombs authored
-
-
Jason R. Coombs authored
-
Chih-Hsuan Yen authored
setuptools appends --find-links to pip if dependency_links is found, and both takes URLs [1][2]. [1] https://github.com/pypa/setuptools/blob/v51.0.0/docs/userguide/dependency_management.rst#dependencies-that-arent-in-pypi [2] https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-f
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 08 Dec, 2020 1 commit
-
-
Jason R. Coombs authored
-
- 07 Dec, 2020 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Remove tests guaranteeing that (vendored) dependencies can be installed without setuptools.
-
- 06 Dec, 2020 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
-
Jason R. Coombs authored
-
Jason R. Coombs authored
fix broken link to entry-points details
-
Jason R. Coombs authored
Fix all deprecated set-env and add-path uses @ GHA
-
Jason R. Coombs authored
Fixes syntax issues in quickstart (#2448)
-
Jason R. Coombs authored
Update quickstart.rst
-
Jason R. Coombs authored
s/517/PEP 517/
-
- 05 Dec, 2020 1 commit
-
-
wim glenn authored
Co-authored-by:
Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
-
- 04 Dec, 2020 1 commit
-
-
wim glenn authored
-