Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-setuptools: Autospec creation for update from version 65.4.0 to …
…version 65.4.1 Jason R. Coombs (33): Use path.Path for changing the cwd temporarily. Remove needless assert renderings. Any decent test runner will provide this detail. Remove reference to duplicate issue. Refactor _is_python_source_dir using pathlib. Use 'samefile' to check for same file, because they may not be the same path. Fixes #180. Split test into two tests. Use pathlib Remove special case for TestCore.write_setup. Replace TESTFN with temp_file fixture. Remove 'cleanup_testfn', unused. Remove distracting comments In test_sysconfig, prefer fixtures to TESTFN. Remove cleanup_testfn, no longer used. Replace TESTFN with fixture. Remove empty logic branch. Use path.Path for changing the cwd temporarily. Remove reliance on TESTFN in test_dist Remove TESTFN from py38compat, no longer needed. xfail srcdir_simple on Windows Remove reliance on os_helper in test_build_ext Remove reliance on change_cwd Add compatibility shim for subprocess on Python 3.7 on Windows Extract _save_cwd for saving the current working directory. Prefer a temp_cwd fixture to reduce indentation. Remove reliance on create_empty_file Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Add test for PermissionError. Ref pypa/distutils#181. Use os.path.isfile for checking if path.is_file, suppresses exceptions. Fixes pypa/distutils#181. Update changelog Use pathlib to open the file Update changelog Bump version: 65.4.0 → 65.4.1 Julien Palard (1): expand: Give bytes to ast.parse to let it discover encoding cookie. Matthias Koeppe (3): .github/workflows/ci-sage.yml: Use reusable workflow https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml .github/workflows/ci-sage.yml: Run on pull_request when the yml file is modified .github/workflows/ci-sage.yml: Use reusable workflow from https://trac.sagemath.org/ticket/33288
- Loading branch information