summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add `.venv` to `.gitignore`Pradyun Gedam2021-06-291-0/+1
| | | | | | This directory is a fairly common virtual environment name, and, more importantly, is used by GitHub Codespaces as their default virtual environment path without adding it to a global gitignore.
* Improve Performance of Picking Best Candidate from IndexesJoseph Bylund2021-04-031-0/+3
| | | Use a mapping for random lookup instead of list traversal.
* Update gitignore to ignore sublime text config filesNoah Gorny2020-10-301-0/+4
|
* Use nox for release tasksPradyun Gedam2019-09-091-1/+1
|\ | | | | Merge pull request #6937 from pradyunsg/use-nox
| * Appropriately ignore the .nox folderPradyun Gedam2019-09-051-1/+1
| |
* | Merge pull request #6325 from hugovk/pip-wheel-metadata-in-tempdirPradyun Gedam2019-09-051-1/+0
|\ \ | |/ |/| Use a temp dir for pip-wheel-metadata
| * pip-wheel-metadata doesn't need to persist between pip invocationsHugo2019-03-101-1/+0
| |
* | Only ignore 'build' and 'dist' in root directoryPradyun Gedam2019-08-271-2/+2
| |
* | Fix 6486 mac gitignore (#6487)David Bordeynik2019-05-111-0/+3
|/ | | add .DS_Store to .gitignore for contributers working on mac
* AdjacentTempDirectory should fail on unwritable directory (#6215)Pradyun Gedam2019-02-081-0/+4
|\ | | | | Based on #6225
| * Fixes #6169: AdjacentTempDirectory should fail on unwritable directorySteve Dower2019-02-041-0/+4
| |
* | Fix #6163: Default to setuptools.build_meta:__legacy__Nick Coghlan2019-02-061-0/+1
|/ | | | | | | | | | | The main setuptools PEP 517 backend is intended for explicit usage in `pyproject.toml`, when the project authors can ensure that their `setup.py` runs without that directory being implicitly on `sys.path`. For implicit usage, setuptools now offers a separate legacy backend that more closely mimics direct execution of the `setup.py` script.
* tests: rework tests virtual environmentBenoit Pierre2018-10-181-0/+1
| | | | | | | | | - cleanup virtualenv creation code - ensure all testing virtual environments use a recent version of setuptools / wheel, making it easier to switch to custom versions of those, as well as reducing network accesses - reduce size of testing virtual environment, slightly speeding up the testsuite
* Run functional tests for install in separate jobs (#5436)Hugo2018-05-261-1/+1
| | | | | | | | | Speeds up the end-to-end running time for Travis tests. * Adds a new jobs to test_install* separately (using -k "[not] test_install") * More generic cache ignore * Move slower Python 3.5 tests before 3.4 * Factor tox envs
* Add a coverage job for Python 3 to toxPradyun Gedam2017-11-141-0/+1
|
* Polish docs and change theme (#4758)Pradyun Gedam2017-10-071-1/+1
|
* Restructure the gitignorePradyun S. Gedam2017-10-051-8/+29
| | | | | - Sectionize patterns and improve them - Start ignoring .scratch -- a scratch pad for experiments
* Add basic mypy supportPradyun S. Gedam2017-07-171-0/+1
|
* - Change the pip outdated check to use PackageFinder to find currentCooper Lees2017-03-231-0/+1
| | | | | | | | | PyPI versions -- Replaces the always phone back to pypi.python.org JSON call -- This allows us specify a local mirror to be use to query for updated version and respects other set options -- Update tests -- Fix setup.py to include freezegun for tests
* ignore more vestiges of the test suiteCurtis Doty2016-11-211-0/+1
|
* add canonicalize_name() call to showMaxim Kurnikov2016-10-111-0/+1
|
* gitignore: add vim swapfilesDavid Caro2016-07-291-0/+1
| | | | Signed-off-by: David Caro <david@dcaro.es>
* Use diff-cover to show the change in coverageDonald Stufft2014-06-301-0/+1
|
* Show coverage information for testsDonald Stufft2014-06-301-0/+1
|
* Make ~ tmpfile ignores more general.Matt Iversen2014-05-281-1/+1
|
* Clean up gitignoreMatthew Iversen2014-04-161-11/+7
|
* clean up .gitignoreMarcus Smith2013-08-301-12/+0
|
* break up tests dir into data, unit tests, and functional testsMarcus Smith2013-05-291-2/+2
|
* add a tox.iniChris McDonough2012-09-081-0/+2
|
* Removed and ignored test package .egg-info directory.Carl Meyer2011-03-231-1/+1
|
* Removed hg related files and added a gitignore file.Jannis Leidel2011-03-121-0/+23