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

Commit 196730c

Browse files
unpin pytest-xdist and remove skip for test_file_descriptor_leak (#116)
1 parent fe260e1 commit 196730c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
CYTHON_BUILD_DEP: "cython==0.29.21"
1616
NIGHTLY_BUILD_COMMIT: "master"
1717
NIGHTLY_BUILD: "false"
18-
TEST_DEPENDS: "pytest pytest-xdist==1.* hypothesis"
18+
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
1919
TEST_DIR: "tmp_for_test"
2020
strategy:
2121
matrix:

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ function run_tests {
3131
pip list
3232
python -c 'import pandas; pandas.show_versions()'
3333
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
34-
python -c '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_file_descriptor_leak"])'
34+
python -c '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"])'
3535
}

0 commit comments

Comments
 (0)