Chia-Network / CAT-admin-tool

Admin tool for issuing CATs
https://devs.chia.net/guides/cat-creation-tutorial/#cat-admin-tool
Apache License 2.0
18 stars 15 forks source link

Add a nightly run of the test suite against chia-blockchain at main #39

Closed hoffmang9 closed 10 months ago

hoffmang9 commented 11 months ago

And another bug uncovered - this time it's in the in memory db test change - https://github.com/Chia-Network/chia-blockchain/pull/16637:

ImportError while loading conftest '/home/runner/work/CAT-admin-tool/CAT-admin-tool/tests/conftest.py'.
tests/conftest.py:6: in <module>
    from chia.simulator.setup_nodes import setup_simulators_and_wallets_service
venv/lib/python3.10/site-packages/chia/simulator/setup_nodes.py:24: in <module>
    from chia.simulator.setup_services import (
venv/lib/python3.10/site-packages/chia/simulator/setup_services.py:57: in <module>
    from tests.util.db_connection import generate_in_memory_db_uri
E   ModuleNotFoundError: No module named 'tests'
Error: Process completed with exit code 4.
AmineKhaldi commented 11 months ago

And another bug uncovered - this time it's in the in memory db test change - Chia-Network/chia-blockchain#16637:

ImportError while loading conftest '/home/runner/work/CAT-admin-tool/CAT-admin-tool/tests/conftest.py'.
tests/conftest.py:6: in <module>
    from chia.simulator.setup_nodes import setup_simulators_and_wallets_service
venv/lib/python3.10/site-packages/chia/simulator/setup_nodes.py:24: in <module>
    from chia.simulator.setup_services import (
venv/lib/python3.10/site-packages/chia/simulator/setup_services.py:57: in <module>
    from tests.util.db_connection import generate_in_memory_db_uri
E   ModuleNotFoundError: No module named 'tests'
Error: Process completed with exit code 4.

I sent an addendum PR #16752, shortly after the original PR #16637, that should address this.