- 29 Dec, 2020 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Avoid hitting network during test_virtualenv.test_test_command.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 28 Dec, 2020 3 commits
-
-
Jason R. Coombs authored
In test_test_command_install_requirements, uninstall setuptools to avoid getting some other version in the environment.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Replace incorrect statement about triggering installation of dependencies to indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.
-
- 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 5 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
-