Commit Graph

5 Commits

Author SHA1 Message Date
Witek Bedyk aea6e4858d Remove project content
This is step 2 of the project retirement process as described in [1].
Project retirement has been anounced here [2].

[1] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content
[2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016830.html

Depends-On: https://review.opendev.org/751987
Change-Id: Id4c4f95fee1787e23a3156933c40c491f298128e
2020-10-22 15:11:34 +02:00
Daisuke Fujita aeab923ba9 Update requirements for "tornade"
- Pin tornade version less than 6.0.
  Currently, monasca-analytics use asynchronous decorator in tornade.web.
  But this decorator has been removed in tornade version 6.0.
  Therefore, openstack-tox-py35 in Zuul check is failed.

This is tentative approach. tornade should be replaced to flask in near future.

Change-Id: I5e2e310c17b1dcdd4ab8e71c37f4f59104e2e63e
2019-03-14 03:52:56 +00:00
Daisuke Fujita 3542d404c5 Update requirements
This patch includes the following updates.

- Remove "findspark" and "libpgm" packages.
    There are no longer in use.

- Rename "sklearn" to "scikit-learn".
    "global-reqirements" needs "scikit-learn" instead of "sklearn" which is old package name.

- Pin scipy version less than 1.2.0.
    Currently, according to upper-constraints.txt of openstack/requirements, scipy version is '1.2.0'.
    However, this scipy version seems to be unable to import and use some scikit-learn libraries.

- Remove "docopt" and re-wite code wihtout "docopt".
    "docopt" is not used in OpenStack.

- Remove requirements-check job.
    Currently, "tornado" is a required package, but requirements-check job has a error.
    However, to remove that error, adding "tornado" package to openstack/requirements was refused.

Change-Id: I3bb98ef733ff16558d241968b06c31fa7508d047
2019-01-06 21:14:48 -08:00
David Subiros Perez 4c14dace26 migrated config checking library from schema to voluptuous
Change-Id: I371db2461a7ecb216f00b99aaf8296bde42f02f7
2016-07-01 17:53:17 +01:00
Hisashi Osanai 288bbd3b18 tox support
This patch provides tox support.

Note:
Basically flake8 section follows monasca-api's ignore rule
except H404.

H405: multi line docstring summary not separated with an empty line

Change-Id: Iac8d5516a66226a7b3fface95059c5e238e8cb72
2016-06-03 17:46:33 +00:00