canonical / juju-backup-all

Tool for backing up charms, local juju configs, and juju controllers.
Apache License 2.0
0 stars 5 forks source link

Functional test fail #27

Closed zxhdaze closed 5 months ago

zxhdaze commented 5 months ago
make functional

will fail.


Imported from Launchpad using lp2gh.

zxhdaze commented 5 months ago

(by jneo8) The reason the functional test stuck forever is because we use pytest.fixture inside our conftest.py. After change to pytest-asyncio.fixture. Everything work start to process. But run into another bug which is https://github.com/juju/python-libjuju/issues/763#issuecomment-1292129652