[Requirements] Remove `fixtures' package
This package seems to be not used at all Change-Id: I2b4968d5b8c999e8e32a515ca51b8783d70a245e
This commit is contained in:
parent
c56ad996b6
commit
2ecfedd777
@ -116,7 +116,7 @@ All internal methods should be fully covered by unit tests with a reasonable moc
|
|||||||
About Rally unit tests:
|
About Rally unit tests:
|
||||||
|
|
||||||
- All `unit tests <http://en.wikipedia.org/wiki/Unit_testing>`_ are located inside /tests/unit/*
|
- All `unit tests <http://en.wikipedia.org/wiki/Unit_testing>`_ are located inside /tests/unit/*
|
||||||
- Tests are written on top of: *testtools*, *fixtures* and *mock* libs
|
- Tests are written on top of: *testtools* and *mock* libs
|
||||||
- `Tox <https://tox.readthedocs.org/en/latest/>`_ is used to run unit tests
|
- `Tox <https://tox.readthedocs.org/en/latest/>`_ is used to run unit tests
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
alembic>=0.8.4 # MIT
|
alembic>=0.8.4 # MIT
|
||||||
boto>=2.32.1 # MIT
|
boto>=2.32.1 # MIT
|
||||||
decorator>=3.4.0 # BSD
|
decorator>=3.4.0 # BSD
|
||||||
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
|
|
||||||
Jinja2>=2.8 # BSD License (3 clause)
|
Jinja2>=2.8 # BSD License (3 clause)
|
||||||
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
||||||
netaddr!=0.7.16,>=0.7.12 # BSD
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
||||||
|
@ -16,7 +16,7 @@ All internal methods should be fully covered by unit tests with a reasonable moc
|
|||||||
About Rally unit tests:
|
About Rally unit tests:
|
||||||
|
|
||||||
- All `unit tests <http://en.wikipedia.org/wiki/Unit_testing>`_ are located inside /tests/unit/*
|
- All `unit tests <http://en.wikipedia.org/wiki/Unit_testing>`_ are located inside /tests/unit/*
|
||||||
- Tests are written on top of: *testtools*, *fixtures* and *mock* libs
|
- Tests are written on top of: *testtools* and *mock* libs
|
||||||
- `Tox <https://tox.readthedocs.org/en/latest/>`_ is used to run unit tests
|
- `Tox <https://tox.readthedocs.org/en/latest/>`_ is used to run unit tests
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user