Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several cli tests fail on darwin #1893

Open
skeet70 opened this issue Jan 22, 2025 · 0 comments
Open

several cli tests fail on darwin #1893

skeet70 opened this issue Jan 22, 2025 · 0 comments

Comments

@skeet70
Copy link

skeet70 commented Jan 22, 2025

=========================== short test summary info ============================
FAILED tests/cli/project/test_metadata.py::TestBuildDependenciesMissing::test_no_compatibility_check_if_exists - AssertionError: assert 'MIT\n' == 'Setting up b...encies\nMIT\n'
FAILED tests/cli/run/test_run.py::test_sync_dependencies - AssertionError: assert 'Checking dependencies\n' == 'Checking dep...ependen...
FAILED tests/cli/version/test_version.py::test_no_compatibility_check_if_exists - AssertionError: assert '0.0.1\n' == 'Setting up b...ependencies\n'
FAILED tests/cli/run/test_run.py::test_sync_project_dependencies - AssertionError: assert 'Checking dependencies\n' == 'Checking dep...ependen...
FAILED tests/cli/run/test_run.py::test_sync_project_features - AssertionError: assert 'Checking dependencies\n' == 'Checking dep...ependen...
FAILED tests/cli/run/test_run.py::test_dependency_hash_checking - AssertionError: assert 'Checking dependencies\n' == 'Checking dep...ependen...
FAILED tests/cli/env/test_create.py::test_sync_dependencies_uv - AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
FAILED tests/cli/env/test_create.py::test_sync_dependencies_pip - AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
FAILED tests/cli/run/test_run.py::TestScriptRunner::test_dependencies - AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
FAILED tests/cli/run/test_run.py::TestScriptRunner::test_dependencies_from_tool_config - AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...

Example failure output:

>       assert result.output == helpers.dedent(
            f"""
            Creating environment: {script.id}
            Checking dependencies
            Syncing dependencies
            """
        )
E       AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ependencies\n'
E
E         Skipping 42 identical leading characters in diff, use -v to show
E           pendencies
E         - Syncing dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant