]> git.apps.os.sepia.ceph.com Git - ragweed.git/log
ragweed.git
2 years agoconfig: read_file() instead of deprecated readfp() wip-tox 26/head
Casey Bodley [Fri, 17 Feb 2023 01:19:43 +0000 (20:19 -0500)]
config: read_file() instead of deprecated readfp()

  ragweed/framework.py:385: DeprecationWarning: This method will be removed in future versions.  Use 'parser.read_file()' instead.
    cfg.readfp(f)

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 years agoadd tox.ini and update README
Casey Bodley [Tue, 31 Jan 2023 17:31:45 +0000 (12:31 -0500)]
add tox.ini and update README

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 years agoremove bootstrap script
Casey Bodley [Tue, 31 Jan 2023 17:44:42 +0000 (12:44 -0500)]
remove bootstrap script

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 years agoremove nose imports
Casey Bodley [Tue, 31 Jan 2023 17:42:56 +0000 (12:42 -0500)]
remove nose imports

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 years agoMerge pull request #25 from yehudasa/pytest
Casey Bodley [Tue, 31 Jan 2023 17:29:32 +0000 (12:29 -0500)]
Merge pull request #25 from yehudasa/pytest

ragweed: switch to pytest framework

2 years agoragweed: switch to pytest framework 25/head
Yehuda Sadeh [Tue, 31 Jan 2023 16:56:18 +0000 (11:56 -0500)]
ragweed: switch to pytest framework

due to deprecation of nose

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
2 years agoMerge pull request #23 from ceph/wip-58510
Casey Bodley [Tue, 31 Jan 2023 13:22:37 +0000 (08:22 -0500)]
Merge pull request #23 from ceph/wip-58510

bootstrap: use python3-venv instead python3-virtualenv

2 years agoMerge pull request #24 from mkogan1/wip-58549
Casey Bodley [Tue, 31 Jan 2023 13:22:17 +0000 (08:22 -0500)]
Merge pull request #24 from mkogan1/wip-58549

on ubuntu 20.04 the `python3-distro-info` package causes error

Reviewed-by: Casey Bodley <cbodley@redhat.com>
2 years agobootstrap: use python3-venv instead python3-virtualenv 23/head
Casey Bodley [Thu, 19 Jan 2023 20:42:21 +0000 (15:42 -0500)]
bootstrap: use python3-venv instead python3-virtualenv

on ubuntu 22.04, the 'virtualenv' command has no virtualenv/bin
subdirectory, so bootstrap fails with:

./virtualenv/bin/pip: not found

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 years agoon ubuntu 20.04 the `python3-distro-info` package causes error 24/head
mkogan [Mon, 30 Jan 2023 17:20:32 +0000 (19:20 +0200)]
on ubuntu 20.04 the `python3-distro-info` package causes error

`Invalid version: '0.23ubuntu1' (package: distro-info)`
during bootstrap executing the command:
`./virtualenv/bin/python setup.py develop`

ref:
https://bugs.launchpad.net/ubuntu/+source/distro-info/+bug/1991606/comments/18

Fixes: https://tracker.ceph.com/issues/58549
Signed-off-by: mkogan <mkogan@ibm.com>
4 years agoMerge pull request #22 from mkogan1/fix-venv-distribute
Mark Kogan [Wed, 28 Apr 2021 10:11:20 +0000 (13:11 +0300)]
Merge pull request #22 from mkogan1/fix-venv-distribute

rgw: ragweed: fix virtualenv error unrecognized argument --distribute