Skip to content

Commit 1e36f78

Browse files
committed
Merge branch 'master' of https://github.com/pandas-dev/pandas into cln-pytables8
2 parents 4693b9b + d56c2dc commit 1e36f78

File tree

110 files changed

+472
-666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+472
-666
lines changed

ci/code_checks.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
194194
invgrep -R --include="*.py" --include="*.pyx" -E 'class.*:\n\n( )+"""' .
195195
RET=$(($RET + $?)) ; echo $MSG "DONE"
196196

197+
MSG='Check for use of comment-based annotation syntax' ; echo $MSG
198+
invgrep -R --include="*.py" -P '# type: (?!ignore)' pandas
199+
RET=$(($RET + $?)) ; echo $MSG "DONE"
200+
197201
MSG='Check that no file in the repo contains trailing whitespaces' ; echo $MSG
198202
set -o pipefail
199203
if [[ "$AZURE" == "true" ]]; then

ci/deps/azure-36-32bit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies:
88
# tools
99
### Cython 0.29.13 and pytest 5.0.1 for 32 bits are not available with conda, installing below with pip instead
1010
- pytest-xdist>=1.21
11-
- pytest-mock
1211
- hypothesis>=3.58.0
1312
- pytest-azurepipelines
1413

ci/deps/azure-36-locale.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython>=0.29.13
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

ci/deps/azure-36-locale_slow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython>=0.29.13
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

ci/deps/azure-36-minimum_versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython=0.29.13
1010
- pytest=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

ci/deps/azure-37-locale.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython>=0.29.13
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

ci/deps/azure-37-numpydev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies:
88
- cython>=0.29.13
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
11-
- pytest-mock
1211
- hypothesis>=3.58.0
1312
- pytest-azurepipelines
1413

ci/deps/azure-macos-36.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies:
88
- cython>=0.29.13
99
- pytest>=5.0.1
1010
- pytest-xdist>=1.21
11-
- pytest-mock
1211
- hypothesis>=3.58.0
1312
- pytest-azurepipelines
1413

ci/deps/azure-windows-36.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython>=0.29.13
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

ci/deps/azure-windows-37.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- cython>=0.29.13
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
12-
- pytest-mock
1312
- hypothesis>=3.58.0
1413
- pytest-azurepipelines
1514

0 commit comments

Comments
 (0)