Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 5543626

Browse files
RLS v1.1.1 (#96)
* RLS v1.1.1
1 parent ba3916f commit 5543626

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "pandas"
12-
BUILD_COMMIT: "v1.1.0"
12+
BUILD_COMMIT: "v1.1.1"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.13.3"
1515
CYTHON_BUILD_DEP: "cython==0.29.16"

azure/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
11-
BUILD_COMMIT: "v1.1.0"
11+
BUILD_COMMIT: "v1.1.1"
1212
NP_BUILD_DEP: "1.13.3"
1313
CYTHON_BUILD_DEP: "0.29.16"
1414
NIGHTLY_BUILD_COMMIT: "master"

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ function run_tests {
3333
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
3434
# test_missing_required_dependencies: https://github.com/pandas-dev/pandas/issues/33999
3535
# TestPandasContainer for 3.7.0 failure
36-
python -c 'import sys; import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k not test_maybe_promote_int_with_int and not test_missing_required_dependency"]) if sys.version_info[:2] != (3, 7) else None'
36+
python -c 'import sys; import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k not test_maybe_promote_int_with_int and not test_missing_required_dependency and not test_file_descriptor_leak"]) if sys.version_info[:2] != (3, 7) else None'
3737
}

0 commit comments

Comments
 (0)