summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Address errors in tests for WindowsAnderson Bravalheri2022-06-171-20/+23
* | | | Skip problematic test on macOSAnderson Bravalheri2022-06-161-2/+7
* | | | build_meta.build_editable: Add tests for config_settingsAnderson Bravalheri2022-06-161-0/+58
* | | | Ensure new options for dist-info workAnderson Bravalheri2022-06-161-0/+21
* | | | Adequate tests to new internal APIAnderson Bravalheri2022-06-151-2/+2
* | | | Correctly handle namespace spec via PathEntryFinderAnderson Bravalheri2022-06-152-14/+38
* | | | Test dynamic namespace path computationAnderson Bravalheri2022-06-151-0/+36
* | | | Remove unnecessary fixture from testsAnderson Bravalheri2022-06-151-11/+5
* | | | Add a better workaround for 3260 in tests for editable treeAnderson Bravalheri2022-06-151-11/+11
* | | | Ignore transient warningAnderson Bravalheri2022-06-151-1/+4
* | | | Fix problems with link assertions on WindowsAnderson Bravalheri2022-06-151-10/+26
* | | | Allow egg-info directory to be ignored in manifestAnderson Bravalheri2022-06-151-13/+15
* | | | Add temporary workaround for packages.find.excludeAnderson Bravalheri2022-06-151-4/+6
* | | | Add more tests for editable installAnderson Bravalheri2022-06-151-21/+218
* | | | Improve clarity of 'editable_wheel' codeAnderson Bravalheri2022-06-151-2/+2
* | | | Add LinkTree strategy for build executableAnderson Bravalheri2022-06-151-6/+17
* | | | Prevent errors due to caching in sys.modulesAnderson Bravalheri2022-06-152-10/+18
* | | | Prevent errors when __path__ is not setAnderson Bravalheri2022-06-151-3/+9
* | | | Make sure top-level modules can be imported in editable installAnderson Bravalheri2022-06-152-15/+60
* | | | Add editable strategy with MetaPathFinder for top-level packagesAnderson Bravalheri2022-06-151-33/+46
* | | | Add test for namespaces created via package_dirAnderson Bravalheri2022-06-151-1/+61
* | | | Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-152-3/+91
* | | | Add test for PEP 420 packagesAnderson Bravalheri2022-06-152-2/+43
* | | | Move test from test_develop to test_editable_installAnderson Bravalheri2022-06-152-44/+49
* | | | Add namespace testAnderson Bravalheri2022-06-151-14/+22
* | | | Always run editable install testAnderson Bravalheri2022-06-151-9/+9
* | | | Change dist_info to better control output directoryAnderson Bravalheri2022-06-151-0/+9
|/ / /
* | | fixed some spelling mistakes,Bastian Venthur2022-06-141-1/+1
|/ /
* | Add setuptools.command.build (#3256)Anderson Bravalheri2022-06-131-0/+63
|\ \
| * | Separate test for build sub commandsAnderson Bravalheri2022-06-091-7/+38
| * | Test that users are informed about subcommands in distutilsAnderson Bravalheri2022-06-091-6/+14
| * | Test that extending setuptools' build sub_commands does not extend distutilsIsuru Fernando2022-06-091-1/+9
| * | Add a simple test for setuptools.command.buildIsuru Fernando2022-04-071-0/+16
| |/
* | No need to set PYTHONPATH in test_setup_install_includes_dependencies at allMiro Hrončok2022-05-241-4/+0
* | Preserve PYTHONPATH in test_setup_install_includes_dependenciesMiro Hrončok2022-05-241-1/+5
* | Make test_setup_install_includes_dependencies easier to debugMiro Hrončok2022-05-241-7/+12
* | Add deprecation messages for `namespace_packages` (#3262)Anderson Bravalheri2022-05-162-3/+23
|\ \
| * | Add deprecation messages for `namespace_packages`.Anderson Bravalheri2022-05-162-3/+23
* | | Warn about deprecation of behaviour that considers modules/packages as data w...Anderson Bravalheri2022-05-161-0/+71
|\ \ \
| * | | Add test that capture transitional behaviour for build_pyAnderson Bravalheri2022-05-051-0/+71
* | | | Remove residual dependencies from setup.py when dependencies are set in pypro...Anderson Bravalheri2022-05-161-0/+9
|\ \ \ \
| * | | | Capture expectations about overwritten dependencies in testAnderson Bravalheri2022-05-041-0/+9
| |/ / /
* | | | Allow recursive globs for package_data (#3309)Anderson Bravalheri2022-05-161-0/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix mistake on recursive glob testnullableVoidPtr2022-05-101-1/+1
| * | | Allow recursive globs for package_datanullableVoidPtr2022-05-071-0/+23
| |/ /
* | | do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-291-8/+15
|/ /
* | Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
|/
* Simplify auto-discovered package_dirAnderson Bravalheri2022-04-051-1/+31
* Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-041-0/+14
|\
| * Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14