Cap oslo.db <=4.15.0 and remove badges
The latest oslo.db versions changed how their testing interfaces work and that is breaking subunit2sql's tests. Lets cap for now to unbreak things. This commit also removes the shields.io badges from the README because they're breaking doc builds. Change-Id: Iae45702dc1519cc7c95666d5426cbd85ea85b4e0
This commit is contained in:
parent
d0d9ba59d4
commit
c47cfaa6c7
@ -2,14 +2,6 @@
|
||||
subunit2SQL README
|
||||
==================
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/subunit2sql.svg
|
||||
:target: https://pypi.python.org/pypi/subunit2sql/
|
||||
:alt: Latest Version
|
||||
|
||||
.. image:: https://img.shields.io/pypi/dm/subunit2sql.svg
|
||||
:target: https://pypi.python.org/pypi/subunit2sql/
|
||||
:alt: Downloads
|
||||
|
||||
subunit2SQL is a tool for storing test results data in a SQL database. Like
|
||||
it's name implies it was originally designed around converting `subunit`_
|
||||
streams to data in a SQL database and the packaged utilities assume a subunit
|
||||
|
@ -1,6 +1,6 @@
|
||||
alembic>=0.4.1
|
||||
oslo.config>=1.4.0.0a3
|
||||
oslo.db>=2.1.0
|
||||
oslo.db>=2.1.0,<4.15.0
|
||||
pbr>=1.0.0
|
||||
python-subunit>=0.0.18
|
||||
six>=1.5.2
|
||||
|
Loading…
Reference in New Issue
Block a user