| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878. | Jason R. Coombs | 2017-11-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove reference to Python 2.6 as a supported interpreter.drop-py26 | Jason R. Coombs | 2017-11-20 | 1 | -1/+1 |
| | | | |||||
| * | | PyPy3 is supported | Jason R. Coombs | 2017-11-20 | 1 | -1/+1 |
| |/ | |||||
| * | tests: move py.test report arguments to pytest.ini | Benoit Pierre | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments. | ||||
| * | tox: add xpassed tests to the report | Benoit Pierre | 2017-07-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -0/+6 |
| |\ | |||||
| | * | Add snippet for running Tox against all supported Pythons | Pi Delport | 2017-05-11 | 1 | -0/+4 |
| | | | |||||
| | * | Add bootstrap instructions to tox.ini | Pi Delport | 2017-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | This will help get new contributors started, if they're just used to running "tox". | ||||
| * | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -4/+1 |
| |/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| * | Also have tox reference the generated requirements.txt | Jason R. Coombs | 2017-01-01 | 1 | -3/+1 |
| | | |||||
| * | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+5 |
| | | |||||
| * | Use the 'extras' feature of tox | Jason R. Coombs | 2017-01-01 | 1 | -0/+1 |
| | | |||||
| * | Use py.test to launch pytest, rather than python -m test, preventing the ↵ | Jason R. Coombs | 2016-12-10 | 1 | -1/+2 |
| | | | | | empty path from being added to sys.path per pytest-dev/pytest#2104. Fixes #852. Also use 'usedevelop' as the setuptools.tests.fixtures aren't available in a standard install. | ||||
| * | Skip failing test on appveyor until the cause can be uncovered. Ref #851. | Jason R. Coombs | 2016-11-18 | 1 | -1/+1 |
| | | |||||
| * | Move test requirements into another file so they might be referenced manually. | Jason R. Coombs | 2016-10-31 | 1 | -6/+1 |
| | | |||||
| * | Allow passing posargs | Jason R. Coombs | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Use backports.unittest_mock 1.2 for Python 3.2 and 2.6 compatibility. | Jason R. Coombs | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Just use backports.unittest_mock so that tox can be invoked naturally ↵ | Jason R. Coombs | 2016-10-14 | 1 | -1/+1 |
| | | | | | (without having to specify an env). | ||||
| * | Run tests with tox | Jason R. Coombs | 2016-10-14 | 1 | -4/+4 |
| | | |||||
| * | Use pytest>=3.0.2 | Bruno Oliveira | 2016-09-01 | 1 | -1/+1 |
| | | | | | The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2 | ||||
| * | Install py.test>=2.8,<3 | Tim Heap | 2016-08-29 | 1 | -1/+4 |
| | | | | | | The 3.x series is currently broken. Until py.test works again, 3.x should not be used by anything. | ||||
| * | fix tests on windows (#754) | Gabi Davar | 2016-08-20 | 1 | -0/+1 |
| | | | | - have tox pass env variables used by setuptools on windows. | ||||
| * | Update tox.ini envlist to match supported Pythons | Tim Heap | 2016-08-14 | 1 | -1/+1 |
| | | | | | | Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are. | ||||
| * | Update tox tests so they run the full suite of tests using the canonical ↵ | Jason R. Coombs | 2015-11-25 | 1 | -4/+2 |
| | | | | | technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164). | ||||
| * | Fix tox settings so they work | Doug Hellmann | 2015-01-12 | 1 | -2/+4 |
| | | | | | | | | | Update the dependency list to include the mock package. Update the way py.test is called to only scan the setuptools directory, to avoid scanning all of the packages installed in .tox and other temporary directories. | ||||
| * | tox.ini: Add {posargs} to py.test invocation | Marc Abramowitz | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | This allows you to specify args on the tox command line that get passed through to py.test -- e.g.: tox -e py27 -- -k testResolve --tb=short setuptools/tests | ||||
| * | Move tests.sh to a tox config | Matthew Iversen | 2014-06-02 | 1 | -0/+5 |
| --HG-- extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036 | |||||
