[Requirements] Remove `fixtures' package

This package seems to be not used at all

Change-Id: I2b4968d5b8c999e8e32a515ca51b8783d70a245e
This commit is contained in:
Alexander Maretskiy 2016-06-06 14:53:21 +03:00
parent 81cc80fde1
commit 8ac0ebc1ed
3 changed files with 2 additions and 3 deletions

View File

@ -116,7 +116,7 @@ All internal methods should be fully covered by unit tests with a reasonable moc
About Rally unit tests:
- 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

View File

@ -4,7 +4,6 @@
alembic>=0.8.4 # MIT
boto>=2.32.1 # MIT
decorator>=3.4.0 # BSD
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
Jinja2>=2.8 # BSD License (3 clause)
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
netaddr!=0.7.16,>=0.7.12 # BSD

View File

@ -16,7 +16,7 @@ All internal methods should be fully covered by unit tests with a reasonable moc
About Rally unit tests:
- 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