Description
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.
This Dockerfile is tested in the CI to validate that it builds, and that it print the pandas versions :
pandas/.github/workflows/code-checks.yml
Line 132 in 78a5f71
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.