lp:testresources
- Get this branch:
- bzr branch lp:testresources
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/testing-cabal/testresources.git.
Last successful import was .
Recent revisions
- 87. By Jelmer Vernooij
-
Merge pull request #11 from lbragstad/doc-fixes
Update method signature in README.rst.
- 85. By Free Ekanayaka
-
Point Travis to pypy3 version 5.2 (#9)
The default pypy3 version in Travis is 2.4.0, which implements the
Python 3.2.x API.Since setuptools recently dropped support for 3.0-3.2, the pypy3
builds for testresources are broken.This branch changes the pypy3 Travis target to use pypy3.3-5.2-alpha1
instead. - 84. By Free Ekanayaka
-
Honor dependencies ordering when switching between resources in (#6)
The branch adds a _OrderedSet util and uses it to be able to easily honor the
topological order calculated by neededResources(). - 82. By Robert Collins
-
Release 2.0.0
Major version due to dropping support for older Python versions.
- 80. By Robert Collins
-
Drop support for Python 2.4, 2.5, 3.2
While not deliberately breaking compatibility, we cannot easily test
those in CI, so stating that they are supported is at best misleading. - 79. By Robert Collins
-
Bug #1524048: depend on pbr at runtime
Fixes-Bug: 1524048
We have a runtime dependency on pbr, but it wasn't expressed.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)