Skip to content

ENH: Test development container #48537

Closed
Closed
@adrienpacifico

Description

@adrienpacifico

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

I am currently trying to set en development environment on a X86 Linux system by passing all test on my machine with a the provided Dockerfile.

The current development environment with this Dockerfile is not working since fast_test.sh is not passing.

image

This Dockerfile is tested in the CI to validate that it builds, and that it print the pandas versions :

build_docker_dev_environment:

However, this dev environment is not tested to determine if it can run all the unit tests.

Feature Description

The Docker dev environment test should be that it passes at least tests ran in the test_fast.sh file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationEnhancementTestingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions