summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Stop propagating `config_settings` to dependencies (#11941)Stéphane Bidoul2023-04-091-15/+134
* Remove more traces of setup.py installStéphane Bidoul2023-03-312-4/+1
* Adapt test to the removal of setup.py install code pathStéphane Bidoul2023-03-312-50/+17
* Rework test_show_with_files_from_legacyStéphane Bidoul2023-03-311-5/+20
* Remove setup.py install legacyStéphane Bidoul2023-03-311-3/+0
* Remove no-binary disabling the cache of locally built wheelsStéphane Bidoul2023-03-291-2/+2
* Bump all linters other than mypy (#11901)Pradyun Gedam2023-03-273-5/+4
* Merge pull request #11861 from sbidoul/deprecate-build-global-option-sbiStéphane Bidoul2023-03-271-1/+1
|\
| * Deprecate --build-option and --global-optionStéphane Bidoul2023-03-271-1/+1
* | xfail test with colon in console entry point nameStéphane Bidoul2023-03-271-1/+6
* | Remove with_wheel fixtureStéphane Bidoul2023-03-2717-91/+2
* | Fix test_debian_egg_name_workaroundStéphane Bidoul2023-03-271-5/+17
* | Update a few tests for removal of setup.py installStéphane Bidoul2023-03-271-3/+3
* | Update entrypoint testsStéphane Bidoul2023-03-271-3/+8
* | Update test_inspect_basicStéphane Bidoul2023-03-271-1/+2
* | Update test_install_subprocess_output_handlingStéphane Bidoul2023-03-271-2/+8
* | Test presence of dist-info instead of egg-infoStéphane Bidoul2023-03-272-4/+3
* | Remove test_installed_files_recorded_in_deterministic_orderStéphane Bidoul2023-03-271-22/+0
* | Always use pep 517 when the 'wheel' package is absentStéphane Bidoul2023-03-271-30/+0
|/
* xfail test_pip_wheel_ext_module_with_tmpdir_inside (#11895)Stéphane Bidoul2023-03-271-0/+9
* Remove support for the deprecated --install-optionsStéphane Bidoul2023-03-182-108/+0
* Merge pull request #11860 from sbidoul/rm-no-binary-implies-setuptools-instal...Stéphane Bidoul2023-03-182-12/+5
|\
| * --no-binary does not imply setup.py install anymoreStéphane Bidoul2023-03-122-12/+5
* | Merge pull request #11698 from Darsstar/keyring-multi-choiceTzu-ping Chung2023-03-151-13/+115
|\ \ | |/ |/|
| * Merge branch 'main' into keyring-multi-choiceDos Moonen2023-02-211-0/+16
| |\
| * | Make it possible to request a keyring provider: `auto`, `disabled`, `import` ...Dos Moonen2023-01-301-13/+115
* | | Display dependency chain on each Collecting lineGuillaume Seguin2023-02-231-0/+58
| |/ |/|
* | Implement `--break-system-packages` for EXTERNALLY-MANAGED installations (#11...Stefano Rivera2023-02-061-0/+16
|/
* Merge pull request #11758 from pradyunsg/vendoring-updatePradyun Gedam2023-01-291-1/+5
|\
| * Perform relaxed version matching in `pip debug` testPradyun Gedam2023-01-281-1/+5
* | Install report format declared stableStéphane Bidoul2023-01-281-11/+0
* | pip inspect format declared stableStéphane Bidoul2023-01-281-1/+1
|/
* Merge pull request #11663 from uranusjr/pep-668Tzu-ping Chung2023-01-181-0/+81
|\
| * Only exclude --dry-run when used with --reportTzu-ping Chung2023-01-171-2/+17
| * Add PEP 668 functional testsTzu-ping Chung2023-01-031-0/+66
* | fix mypyDaniil Konovalenko2023-01-141-1/+1
* | fix formattingDaniil Konovalenko2023-01-141-15/+12
* | add testDaniil Konovalenko2023-01-141-0/+45
|/
* show: add editable location if package is editable (#11638)doron zarhi2022-12-181-4/+5
* Skip tests using custom SSL on 3.7 + LinuxTzu-ping Chung2022-12-132-0/+17
* Merge pull request #11590 from uranusjr/pathlib-housekeepingTzu-ping Chung2022-11-211-3/+3
|\
| * Fix docstring to match realityTzu-ping Chung2022-11-111-3/+3
* | Don't maintain 2 copies of change_rootMiro Hrončok2022-11-161-34/+4
|/
* Add 3.11 to CI (#11550)Tzu-ping Chung2022-10-282-45/+21
* Selectively enable user siteTzu-ping Chung2022-10-289-31/+19
* One more rewrite to avoid distutilsTzu-ping Chung2022-10-281-12/+32
* Build fake wheels for --user testsTzu-ping Chung2022-10-281-44/+91
* Ignore failing git submodule test for nowTzu-ping Chung2022-10-281-0/+5
* Avoid distutils imports in testsMiro Hrončok2022-10-172-8/+41
* Get rid of the timeout test as it's too flaky to be usefulPaul Moore2022-10-071-22/+0