Skip to content

Python 3.7 tests time out #1588

@Conengmo

Description

@Conengmo

@ocefpaf it looks like the code tests are failing for Python 3.7 on both Ubuntu and Windows. They are succeeding for 3.10.

I saw this error on the Windows build:

Run conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed

CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again.

On Ubuntu the error message is a bit more vague:

Run conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
/home/runner/work/_temp/5dad8c3d-2aa5-4432-b79e-c9f497b57ac0.sh: line 1:  2311 Killed                  conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt

In both cases it fails while solving the environment. Is there a way we can fix this? Maybe skip resolving, just install the packages as is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions