index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
tests
/
test_build_meta.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
1
-0
/
+1
*
Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/...
Jason R. Coombs
2020-01-14
1
-0
/
+28
|
\
|
*
Add tests
Emiel Wiedijk
2019-05-15
1
-0
/
+28
*
|
Add test ensuring pyproject.toml is included during PEP 517 build.
Tzu-ping Chung
2019-12-29
1
-0
/
+21
|
/
*
build_meta: fix 2 issues with `build_wheel` / `build_sdist`
Benoit Pierre
2019-04-22
1
-17
/
+21
*
Merge pull request #1745 from shashanksingh28/master
Paul Ganssle
2019-04-22
1
-1
/
+6
|
\
|
*
Fix error when wheels already exist in dist/
Shashank Singh
2019-04-22
1
-1
/
+6
*
|
Limit workers in ProcessPoolExecutor
Paul Ganssle
2019-04-22
1
-1
/
+1
|
/
*
Add test for pre-existing wheels in build_meta
Floris Lambrechts
2019-04-20
1
-0
/
+38
*
Extend requirement parsing tests to sdists
Paul Ganssle
2019-03-16
1
-3
/
+12
*
Add requirement parsing in setuptools.build_meta
Paul Ganssle
2019-03-16
1
-13
/
+9
*
Add failing test for setup_requires
Paul Ganssle
2019-03-16
1
-0
/
+46
*
Add support for setup.cfg-only projects
Paul Ganssle
2019-02-07
1
-2
/
+21
*
Rename build_meta:legacy to build_meta:__legacy__
Paul Ganssle
2019-02-05
1
-1
/
+1
*
Move build_meta_legacy to build_meta:legacy
Paul Ganssle
2019-02-03
1
-3
/
+14
*
Add build_meta_legacy backend
Paul Ganssle
2019-02-03
1
-1
/
+0
*
Add failing test suite for build_meta_legacy
Paul Ganssle
2019-02-03
1
-0
/
+13
*
Add test for relative path imports in build_meta
Paul Ganssle
2019-02-03
1
-0
/
+20
*
Wrap build_meta tests in a reusable test class
Paul Ganssle
2019-02-03
1
-134
/
+134
*
Add test capturing failure. Ref #1623.
Jason R. Coombs
2019-01-02
1
-0
/
+19
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-01-02
1
-4
/
+6
*
Fix the tests
Paul Moore
2018-11-14
1
-2
/
+2
*
Merge pull request #1572 from pganssle/import_futures_test_reqs
Paul Ganssle
2018-11-04
1
-2
/
+3
|
\
|
*
Add futures backport to test reqs
Paul Ganssle
2018-11-02
1
-2
/
+3
*
|
Test that manifest can exclude setup.py
Paul Ganssle
2018-11-03
1
-0
/
+21
*
|
Add tests for setup.py inclusion
Shashank Singh
2018-11-02
1
-0
/
+12
|
/
*
Mark Py 2/3-only tests as skip instead of xfail
Nikolaus Waxweiler
2018-10-27
1
-1
/
+2
*
Add tests exposing the issues with sdist_directory not being --dist-dir
Bernat Gabor
2018-09-16
1
-1
/
+35
*
build_meta.get_requires_for_build_sdist does not include wheel
Bernat Gabor
2018-09-13
1
-0
/
+6
*
Reindent to avoid hanging indent.
Jason R. Coombs
2018-08-21
1
-44
/
+46
*
Adapt test to only run on Python 2, as it's redundant on Python 3.
Jason R. Coombs
2018-08-21
1
-2
/
+3
*
Use unicode literals throughout.
Jason R. Coombs
2018-08-21
1
-1
/
+3
*
Add a test for a Unicode metadata directory
Paul Moore
2018-08-21
1
-0
/
+9
*
Use Python 3 syntax for new-style clasess
Jason R. Coombs
2018-06-03
1
-1
/
+3
*
FIX: remove the
xoviat
2017-10-16
1
-1
/
+1
*
TST: add more for build_meta
xoviat
2017-10-16
1
-16
/
+49
*
Renamed 'pep517' to 'build_meta'
Jason R. Coombs
2017-10-12
1
-0
/
+93