Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import internal version of six | Oleg Sharov | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Add futures backport to test reqs | Paul Ganssle | 2018-11-02 | 1 | -0/+1 |
| | | | | | | | | `setuptools.tests.test_build_meta` relies on the Python 3 feature `concurrent.futures` to run, and as a result has been silently skipped in Python 2.7. This adds the `futures` backport to the 2.7 test requirements and turns the `pytest.importorskip` invocations in test_build_meta into standard import statements. | ||||
* | More directly address the Python 3.4 compatibility. | Jason R. Coombs | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Remove references to Python 3.3 and 2.6. | Jason R. Coombs | 2018-06-06 | 1 | -3/+2 |
| | |||||
* | Include pavement.py in tests (where applicable). | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
| | |||||
* | Remove crufty, ignored test. | Jason R. Coombs | 2018-06-06 | 1 | -82/+0 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-06-06 | 1 | -2/+4 |
| | |||||
* | Pin pytest-flake8 to 1.0.0 | Ian Wienand | 2018-05-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | pytest-flake8 1.0.1 has a hard dependency on pytest>=3.5 [1], which does not support python3.3 [2]. Avoid it for python3.3 and below until python3.3 is removed [3]. Additionally, ensure we have a recent enough pip in travis ci to handle multiple requirements entries. [1] https://github.com/tholo/pytest-flake8/commit/25bbd3b42d3aa0962fb736202115dae9e5d2cd7c [2] https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 [3] https://github.com/pypa/setuptools/pull/1342 | ||||
* | Add lower bound to coverage packages | Paul Ganssle | 2018-03-23 | 1 | -2/+2 |
| | |||||
* | Add coverage generation to tox | Paul Ganssle | 2018-03-23 | 1 | -0/+2 |
| | |||||
* | Unpin pytest - not sure why it was pinned. | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | tests: fix pytest requirement so Python 3.3 is supported | Benoit Pierre | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | easy_install: add support for installing from wheels | Benoit Pierre | 2017-11-26 | 1 | -0/+1 |
| | | | | | | | | | | Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped | ||||
* | pytest-virtualenv does not require virtualenv | Leonardo Rochael Almeida | 2017-07-31 | 1 | -0/+1 |
| | | | But our tests do, one that provides `--no-wheel`. | ||||
* | tests: disable pytest-flake8 on Python 2.6 | Benoit Pierre | 2017-07-29 | 1 | -1/+1 |
| | | | | | Python 2.6 support has been official dropped from flake8 for some time, and broken since 3.4.0. | ||||
* | Remove dependency on virtualenv. Setuptools' tests don't require it except ↵ | Jason R. Coombs | 2017-07-23 | 1 | -1/+0 |
| | | | | pytest-virtualenv, which declares it. | ||||
* | tests: rework clean install test | Benoit Pierre | 2017-07-15 | 2 | -27/+3 |
| | | | | Use pytest-virtualenv so the test can be run no Windows too. | ||||
* | tests: switch back to mock instead of backports.unittest_mock | Benoit Pierre | 2017-07-15 | 1 | -2/+1 |
| | |||||
* | Move clean install test to tests dir. | Jason R. Coombs | 2017-07-13 | 1 | -0/+27 |
| | |||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -2/+2 |
|\ | |||||
| * | Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported ↵ | Jason R. Coombs | 2017-05-21 | 1 | -1/+2 |
| | | | | | | | | in #1038. | ||||
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 2 | -2/+3 |
|/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -2/+2 |
| | |||||
* | Use the 'extras' feature of tox | Jason R. Coombs | 2017-01-01 | 1 | -1/+0 |
| | |||||
* | Add test to verify the install of Pypi top packages | Thiebaud Weksteen | 2016-11-04 | 1 | -0/+82 |
| | |||||
* | Move test requirements into another file so they might be referenced manually. | Jason R. Coombs | 2016-10-31 | 1 | -0/+4 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -0/+1 |
| | |||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+3 |
| | |||||
* | Extract decision point into a variable | Jason R. Coombs | 2016-03-28 | 1 | -4/+2 |
| | |||||
* | Merge with master | Jason R. Coombs | 2015-01-03 | 1 | -111/+0 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 1 | -111/+0 |
| | | |||||
* | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 7 | -612/+20 |
|\ \ | |/ | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Removing shlib_test (apparently unused and broken). | Jason R. Coombs | 2015-01-02 | 5 | -192/+0 |
| | | |||||
| * | Move tests to be adjacent with other parsing tests. | Jason R. Coombs | 2015-01-02 | 1 | -8/+0 |
| | | |||||
| * | Fix regression in entry-point name parsing | Ian Cordasco | 2015-01-02 | 1 | -0/+8 |
| | | | | | | | | See #323 for more details. | ||||
| * | Move api_tests to pkg_resources package. Fixes #312. | Jason R. Coombs | 2014-12-25 | 1 | -420/+0 |
| | | |||||
| * | Add test making explicit the expectation that pkg_resources shouldn't import ↵ | Jason R. Coombs | 2014-12-24 | 1 | -0/+20 |
| | | | | | | | | setuptools (or be dependent on it in any way). Ref #311. | ||||
* | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -2/+3 |
|/ | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
* | Remove excess whitespace | Jason R. Coombs | 2014-06-01 | 1 | -4/+0 |
| | | | | | --HG-- extra : rebase_source : db1f9496cdda75a9467fcfb867b82108773b0443 | ||||
* | Remove unused UTC implementation | Jason R. Coombs | 2014-03-24 | 1 | -13/+0 |
| | |||||
* | Use mktime for Python 3.2 compatibility | Jason R. Coombs | 2014-03-24 | 1 | -1/+12 |
| | |||||
* | Update test to use local timestamps, so the tests pass in any timezone. | Jason R. Coombs | 2014-03-24 | 1 | -4/+23 |
| | |||||
* | Just remove test_ez_setup, as the last remaining test, test_install, only ↵ | Jason R. Coombs | 2014-03-24 | 1 | -44/+0 |
| | | | | barely touches the functionality as the actually installation command is mocked. The test run in the travis config is much more comprehensive. | ||||
* | Remove test for use_setuptools, as it fails when running under pytest ↵ | Jason R. Coombs | 2014-03-24 | 1 | -4/+1 |
| | | | | because the installed version of setuptools is already present. | ||||
* | Update test_install to actually patch the hidden _python_cmd. | Jason R. Coombs | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove test_do_download, which also no longer works due to complexities ↵ | Jason R. Coombs | 2014-03-23 | 1 | -8/+1 |
| | | | | around secure downloaders. | ||||
* | Remove test_build_egg. The test doesn't work and it's difficult to test ↵ | Jason R. Coombs | 2014-03-23 | 1 | -9/+0 |
| | | | | _build_egg given the current interface. | ||||
* | Force sdist zip format (preferred for _build_egg) | Jason R. Coombs | 2014-03-23 | 1 | -5/+5 |
| | | | | | --HG-- extra : amend_source : eb261716fc15148a101c059fb03c0f51b683c673 | ||||
* | Fix build of setuptools on Windows (do not create empty tag) | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| |