| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2
|
| |
|
|
|
| |
The 3.x series is currently broken. Until py.test works again, 3.x
should not be used by anything.
|
| |
|
| |
- have tox pass env variables used by setuptools on windows.
|
| |
|
|
|
| |
Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and
Pypy3 are.
|
| |
|
|
| |
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).
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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
|
|
|
--HG--
extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036
|