Commit Graph

28 Commits

Author SHA1 Message Date
Pradyun Gedam dc2dff3a0b
Use nox for release tasks
Merge pull request #6937 from pradyunsg/use-nox
2019-09-09 10:02:28 +05:30
Pradyun Gedam c23c52da4f
Merge pull request #6325 from hugovk/pip-wheel-metadata-in-tempdir
Use a temp dir for pip-wheel-metadata
2019-09-05 13:28:46 +05:30
Pradyun Gedam fe147309ea
Appropriately ignore the .nox folder 2019-09-05 12:40:24 +05:30
Pradyun Gedam ea1bbd64e0
Only ignore 'build' and 'dist' in root directory 2019-08-27 14:05:51 +05:30
David Bordeynik 3165c5690d Fix 6486 mac gitignore (#6487)
add .DS_Store to .gitignore for contributers working on mac
2019-05-11 23:05:51 +02:00
Hugo 7ee1a554d0 pip-wheel-metadata doesn't need to persist between pip invocations 2019-03-10 23:37:41 +02:00
Pradyun Gedam 7eb79b13d0
AdjacentTempDirectory should fail on unwritable directory (#6215)
Based on #6225
2019-02-08 14:08:27 +05:30
Nick Coghlan 682cff7230 Fix #6163: Default to setuptools.build_meta:__legacy__
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.
2019-02-06 20:57:57 +10:00
Steve Dower c31f19fcae Fixes #6169: AdjacentTempDirectory should fail on unwritable directory 2019-02-04 11:11:53 -08:00
Benoit Pierre add3801163 tests: rework tests virtual environment
- 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
2018-10-18 23:28:37 +02:00
Hugo 61b011293b Run functional tests for install in separate jobs (#5436)
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
2018-05-26 16:46:12 +05:30
Pradyun Gedam afbbacf136
Add a coverage job for Python 3 to tox 2017-11-14 12:03:01 +05:30
Pradyun Gedam df083c7916 Polish docs and change theme (#4758) 2017-10-07 17:45:27 +01:00
Pradyun S. Gedam b3afe17875 Restructure the gitignore
- Sectionize patterns and improve them
- Start ignoring .scratch -- a scratch pad for experiments
2017-10-05 18:24:47 +05:30
Pradyun S. Gedam 0f9d259fc7 Add basic mypy support 2017-07-17 22:19:31 +05:30
Cooper Lees 0772ab3e24 - Change the pip outdated check to use PackageFinder to find current
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
2017-03-23 10:50:02 -07:00
Curtis Doty 604af6d41a ignore more vestiges of the test suite 2016-11-21 10:07:33 +01:00
Maxim Kurnikov 84e9265970 add canonicalize_name() call to show 2016-10-11 17:09:41 +02:00
David Caro f6b2bf7624 gitignore: add vim swapfiles
Signed-off-by: David Caro <david@dcaro.es>
2016-07-29 20:34:56 +02:00
Donald Stufft 3cd6032b5c Use diff-cover to show the change in coverage 2014-06-30 23:17:27 -04:00
Donald Stufft 6832f17a29 Show coverage information for tests 2014-06-30 20:59:32 -04:00
Matt Iversen 178809d5cc Make ~ tmpfile ignores more general. 2014-05-28 03:13:00 +10:00
Matthew Iversen 0988989d5c Clean up gitignore 2014-04-16 09:13:24 +10:00
Marcus Smith 2f89023b7f clean up .gitignore 2013-08-30 13:55:26 -07:00
Marcus Smith 2e2ce0f4e9 break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
Chris McDonough d95f2e1b45 add a tox.ini 2012-09-08 10:18:25 -04:00
Carl Meyer 25deeb2502 Removed and ignored test package .egg-info directory. 2011-03-23 00:56:52 -04:00
Jannis Leidel e6585370ec Removed hg related files and added a gitignore file. 2011-03-12 15:42:56 -05:00
Renamed from .hgignore (Browse further)