Skip to content

Commit afa41d9

Browse files
committed
Undo script data
1 parent 2166540 commit afa41d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/tests/data/deps_expected_random.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
# test dependencies
1313
- pytest>=7.3.2
1414
- pytest-cov
15-
- pytest-xdist>=3.6.1
15+
- pytest-xdist>=3.4.0
1616
- psutil
1717
- boto3
1818

scripts/tests/data/deps_minimum.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repository = 'https://github.com/pandas-dev/pandas'
5252
matplotlib = "pandas:plotting._matplotlib"
5353

5454
[project.optional-dependencies]
55-
test = ['hypothesis>=6.34.2', 'pytest>=7.3.2', 'pytest-xdist>=3.6.1']
55+
test = ['hypothesis>=6.34.2', 'pytest>=7.3.2', 'pytest-xdist>=3.4.0']
5656
performance = ['bottleneck>=1.3.2', 'numba>=0.53.1', 'numexpr>=2.7.1']
5757
timezone = ['tzdata>=2023.3']
5858
computation = ['scipy>=1.7.1', 'xarray>=0.21.0']
@@ -93,7 +93,7 @@ all = ['beautifulsoup4>=5.9.3',
9393
'PyQt5>=5.15.1',
9494
'pyreadstat>=1.1.2',
9595
'pytest>=7.3.2',
96-
'pytest-xdist>=3.6.1',
96+
'pytest-xdist>=3.4.0',
9797
'python-calamine>=0.1.7',
9898
'pyxlsb>=1.0.8',
9999
'qtpy>=2.3.0',
@@ -133,7 +133,7 @@ parentdir_prefix = "pandas-"
133133
[tool.cibuildwheel]
134134
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
135135
build-verbosity = "3"
136-
test-requires = "hypothesis>=6.34.2 pytest>=7.3.2 pytest-xdist>=3.6.1"
136+
test-requires = "hypothesis>=6.34.2 pytest>=7.3.2 pytest-xdist>=3.4.0"
137137
test-command = "python {project}/ci/test_wheels.py"
138138

139139
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)