summaryrefslogtreecommitdiff
path: root/tests/functional/test_install_extras.py
Commit message (Expand)AuthorAgeFilesLines
* Complete type annotations of tests/functional/ directoryJon Dufresne2021-11-181-15/+25
* Don't skip extra-merging test on 2020 resolverTzu-ping Chung2021-09-301-7/+17
* Reformat the codebase, with blackPradyun Gedam2021-08-201-52/+80
* Special case warning for requirements.txt install (#9915)briantracy2021-07-121-0/+6
* Convert more str.format() calls to f-stringsAndrey Bienkowski2021-02-131-2/+2
* Remove support for extras after specifier in requirementsPaul Moore2021-01-231-7/+4
* Use f-strings for simple string formattingJon Dufresne2020-12-251-2/+1
* Deprecate requirements format "base>=1.0[extra]"Jussi Kukkonen2020-07-131-0/+21
* Merge pull request #8326 from ssurbhi560/use_methods_in_testsStéphane Bidoul2020-06-091-9/+5
|\
| * use methods for path lookups in files: test_install_{extras, index}Surbhi Sharma2020-05-271-9/+5
* | These tests should pass nowTzu-ping Chung2020-05-271-1/+0
|/
* Add a mark for tests that fail on the new resolverPaul Moore2020-05-211-0/+1
* Fix some test failures related to message differencesPaul Moore2020-05-151-4/+5
* Add xfail tests for case where specifications added as an extra are not honou...Phil Elson2020-04-161-0/+29
* Convert the remaining '%' formatters to '.format'. Fixes #6973.Jason R. Coombs2020-03-061-1/+1
* Rename compatible functions in tests.lib.path.Path.Chris Hunt2019-07-021-1/+1
* Prefix warning and error log messages.Chris Jerdonek2019-02-271-2/+2
* Fix integration tests on Windows (#4769)Benoit Pierre2017-10-061-1/+1
* Small tests related cleanups (#4703)Benoit Pierre2017-10-021-1/+1
* Sort all importsPradyun S. Gedam2017-05-161-1/+2
* Canonicalize extras before matching them - Fix issue #3810 (#4037)Xavier Fernandez2016-10-291-0/+22
* Issue #2675: Granular control over wheels/sdistsRobert Collins2015-04-241-1/+1
* Cleanup now use_wheel is the default.Robert Collins2015-04-201-2/+2
* Send log messages >= logging.WARNING to stderrDonald Stufft2015-04-061-3/+3
* Make get_dist handle egg_info_path w/ slash at endMarc Abramowitz2015-03-161-1/+1
* fix test names, non_existant/nonexistentderwolfe2015-03-111-3/+3
* nonexistant/nonexistent - msabramo commentderwolfe2015-03-111-6/+6
* move missing extras functional tests back into test_install_extrasderwolfe2015-02-251-0/+52
* Mark tests requiring Internet accessMatej Stuchlik2015-01-151-0/+3
* query installed requirements for extrasMinRK2014-06-251-0/+19
* Fix code to handle the latest flake8Donald Stufft2014-03-261-1/+1
* Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-281-4/+12
* Replace explicit calls to reset_env() with the script fixtureDonald Stufft2013-08-271-6/+2
* Refactor tests.libDonald Stufft2013-08-211-10/+10
* more functional/unit tests restructureMarcus Smith2013-05-291-0/+27