summaryrefslogtreecommitdiff
path: root/tests/functional/test_install_reqs.py
Commit message (Expand)AuthorAgeFilesLines
* reduce new pylint complaintsPhil Pennock2018-03-201-9/+9
* Keep install options in requirements.txt from leakingPhil Pennock2018-03-201-0/+34
* Merge pull request #4999 from xoviat/pep518-editablePaul Moore2018-03-021-0/+8
|\
| * :art:xoviat2018-03-011-1/+1
| * Download setuptools and wheel to packagesxoviat2018-01-281-0/+2
| * Add regression testxoviat2018-01-281-0/+6
* | Use log level info when ignoring packages due to environment markersEd Morley2018-01-281-2/+1
|/
* isort: Include trailing commasPradyun Gedam2017-11-211-1/+1
* Fix integration tests on Windows (#4769)Benoit Pierre2017-10-061-19/+24
* Small tests related cleanups (#4703)Benoit Pierre2017-10-021-1/+1
* Fix test_install_no_binary_disables_building_wheelsXavier Fernandez2017-07-211-2/+3
* Add a common_wheels fixtures providing wheel & setuptools wheelsXavier Fernandez2017-07-211-9/+11
* Sort imports and minor Flake8 changes (#4520)Pradyun S. Gedam2017-06-131-0/+1
* Merge branch 'master' into pep518Thomas Kluyver2017-05-191-18/+36
|\
| * Sort all importsPradyun S. Gedam2017-05-161-3/+3
| * Fix egg= param in relative path testsBrandon L. Reiss2017-04-061-3/+2
| * Split relative paths tests to avoid timeoutBrandon L. Reiss2017-04-051-16/+35
* | Make pep8 happy againThomas Kluyver2017-05-131-2/+4
* | Find build requirements in the tmp copy of test data folderThomas Kluyver2017-05-131-2/+2
* | Download packages to path, not to file:/// URLThomas Kluyver2017-05-131-2/+2
* | Download setuptools, wheel during testsThomas Kluyver2017-05-131-1/+3
|/
* Remove the deprecated --(no-)use-wheel flagsDonald Stufft2017-03-201-18/+0
* Deprecate the _strip_postfix function (#4174)Xavier Fernandez2017-02-131-1/+1
* Fix Tests for Travis CI (#4199)Pradyun2016-12-231-4/+3
* Revert "Normalize file URLs" (#4071)Donald Stufft2016-11-031-23/+0
* Fix environment markers evaluation - issue #3829 (#4051)Xavier Fernandez2016-11-021-3/+2
* Merge pull request #3724 from yamt/norm-pathPaul Moore2016-08-091-0/+23
|\
| * Normalize file URLsYAMAMOTO Takashi2016-03-221-0/+23
* | Fix typosJakub Wilk2016-06-101-1/+1
* | Give markers chance to remove incompat wheel linksburrows2016-04-071-0/+38
|/
* Merge pull request #3455 from bukzor/enable-warning-filtersXavier Fernandez2016-02-111-1/+5
|\
| * we should expect that --no-use-wheel is deprecatedBuck Golemon2016-02-081-1/+5
* | Allow installing modules from a vcs subdirectory in non-editable modeStéphane Bidoul2016-02-081-0/+13
|/
* Rename test and mark as networkXavier Fernandez2015-12-171-1/+2
* Fix wheel path test of --user install with prefixXavier Fernandez2015-12-171-0/+4
* Join constraints and requested extrasSteve Kowalik2015-11-201-0/+92
* Fix false hash mismatches when installing a package that has a cached wheel.Erik Rose2015-10-191-1/+31
* Attempt to get name for editable file:// URLsSachi King2015-08-181-1/+0
* Attempt to install editable packge defined in constraints should errorSachi King2015-08-171-0/+58
* Ignore distutils prefix when using --userJames Polley2015-06-261-0/+28
* Handle missing case from bug #2888James Polley2015-06-191-0/+10
* Issue #2731: Constraints files.Robert Collins2015-06-031-0/+26
* Issue #2677: Disable wheels for setup.py options.Robert Collins2015-04-241-1/+2
* pep8 fixesMarcus Smith2015-04-181-2/+4
* Test --install-option in requirements file overrides same option in cliMarcus Smith2015-04-181-7/+14
* - fixes to `TestOptionVarants`Marcus Smith2015-04-181-1/+1
* functional test for --install-option in a requirements fileMarcus Smith2015-04-131-0/+13
* remove the functional test. for this change, we can achieve as much confiden...Marcus Smith2015-04-131-36/+0
* Remove misleading test cases and improve docsGeorgi Valkov2015-04-121-5/+9
* Do not shlex.split() and flatten value of global|install_optionsGeorgi Valkov2015-04-121-1/+1