Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger 6c3c29767d Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I05e9dc69ed58c70c50d5c6d065ba60b244c5c9d2
2019-12-18 09:47:46 +01:00
Yuriy Taraday c74a47b5ff Honor upper-constraints
Since we don't have many special requirements anymore, we can honor
upper-constraints and avoid some gate breakages.

Cap on pytest is dropped because latest version works just fine on 2.7
and we don't support 2.6 anymore (in master). It gets overwritten by
upper-constraints anyhow.

Change-Id: I173a4db6d14e22cbe11fc790e537b8f226db65f3
2016-04-21 14:59:58 +03:00
Mykola Yakovliev 256b57e6fb Freeze for pytest-mock
Prevents error:
> AttributeError: 'Config' object has no attribute 'add_cleanup'

Change-Id: I34a9bd24ef538cdf307417642c8b6969950ee2ff
2016-01-27 16:03:39 -06:00
Ilya Kharin 91eec56609 Set pyzabbix as an optional dependency
This patch adds the zabbix extra feature and the
'update-plugin-settings' command depends on this feature.

DocImpact
Closes-Bug: #1501667
Change-Id: I7a638ca5cb7502ac9ef9f4fb6ec69529c16ce1c9
2015-10-16 15:58:48 +03:00
Oleg Gelbukh 789412b962 Cap version of pytest to avoid InvocationError in python 2.6
Since 2.8.0, pytest exit code is 5 if it can't find tests for some files.
Work around that by capping version of pytest<2.8.0.

Change-Id: Ia078c4ecb246b4cc302fd5a17734dc9f59a1b9ea
(cherry picked from commit 09f4ba7df5)
2015-09-30 08:39:33 +00:00
Oleg Gelbukh b26fc436fa Pin pytest version with compatibility
Change-Id: Iddb7106d375837406f88b504c21079398bacc375
2015-09-21 13:34:58 +00:00
Oleg Gelbukh 100dca0b79 Pin pytest version breaking py26
Change-Id: I9ad7d25d89ed991982069b2f973eca1a3fe913fc
2015-09-21 13:49:04 +03:00
Yuriy Taraday 010b011a00 Add upgrade-db command skeleton 2015-07-29 16:50:54 +03:00
Yuriy Taraday 6672fed741 Use py.test to run tests 2015-07-15 13:28:29 +03:00
Yuriy Taraday 2e6edd3747 Cleanup after cookiecutter 2015-07-15 12:23:13 +03:00
Yuriy Taraday 5d5d895924 Initial Cookiecutter Commit. 2015-07-15 11:14:34 +03:00