Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 7b1764a7e6 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: I4454f1ae7c781689e5c43b6c2635f41723d9890d
2019-12-18 09:43:11 +01:00
xhzhf 581f087124 H802 hacking have been deprecated
H802 hacking have been removed since hacking 0.10.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
Closes-Bug: #1653849

Change-Id: Ie1db82b3e5904a70ad1fb311d50df68a2352fc62
2017-01-03 17:57:05 +08:00
Dmitry Guryanov 8228aefe5a update hacking requirement to version 0.10
This patch updates hacking requiremes and fixes
all pep8 errors, including python3 syntax.

Almost all errors are comments, not separated by
space from sharp symbol.

Also there was one xrange usage and 'file', which
are not available in python3.

Change-Id: I13af226e8409d2e8576d07a974e34676cfa8137c
Closes-bug: #1546446
2016-02-29 13:49:01 +03:00
janonymous 151ddd66f6 py26 is no longer supported by Infra's CI
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: Ie2701ecee0f861158744dd7689c20efc72b76072
2015-12-26 13:50:44 +05:30
Jenkins 5abc3c8fea Merge "Deprecated tox -downloadcache option removed" 2015-12-17 11:24:48 +00:00
Ondřej Nový b77b1976ac Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: If6f42b4a2f0478242c2ce846d50fac88b167ba05
2015-12-11 21:15:31 +01:00
Ghanshyam 266f60afb9 Pass environment variables of proxy to tox
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fixes this problem.

Closes-Bug: #1525115

Change-Id: I55df46e2359b7a71b0605e80cd0a6ca4edd95c0c
2015-12-11 08:17:57 +00:00
Sebastian Kalinowski d03601544c Enable writing tests for fuelmenu
Added running tests with py.test in fuelmenu
Added 2 simple tests for settings and cleaned settings.py a
little bit
Ignored tests .cache dir
Removed not needed requirements.txt since setup.py has it all

Change-Id: Id6869407273b38c57f3d3e7c8dff635829178348
Partial-Bug: #1365391
2015-09-28 09:58:38 +00:00
Aleksandra Fedorova 0cc4500ba5 Don't install package dependencies for flake8
Use hacking==0.7.

Change-Id: I53dc938efef39ba7bd82deec6bc8bb2e48466530
2014-06-20 20:05:50 +00:00
Vladimir Kozhukalov fde9541a18 Added tox.ini files to subprojects
It is much more convenient to use tox for
managing virtual environments.

Change-Id: Ic4c82fc68b3a0a7fa92fc301b78f6139b28b818b
Closes-Bug: 1321904
2014-06-17 17:55:14 +04:00