Skip to content

Commit 5e4c4ae

Browse files
committed
chore(tox): Drop dev, pre is good enough
1 parent 85a6cfe commit 5e4c4ae

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

tox.ini

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ envlist =
1616
py3{9,10,11}-pre-{x86,x64}
1717
# x64-only range
1818
py3{12,13,13t}-{full,pre}-x64
19-
# Special environment for numpy 2.0-dev testing
20-
py313-dev-x64
2119
install
2220
doctest
2321
style
@@ -38,7 +36,6 @@ python =
3836
DEPENDS =
3937
none: none, install
4038
pre: pre
41-
dev: dev
4239
full: full, install
4340
min: min
4441

@@ -51,7 +48,7 @@ ARCH =
5148
description = Pytest with coverage
5249
labels = test
5350
pip_pre =
54-
pre,dev: true
51+
pre: true
5552
pass_env =
5653
# getpass.getuser() sources for Windows:
5754
LOGNAME
@@ -67,8 +64,8 @@ pass_env =
6764
CLICOLOR
6865
CLICOLOR_FORCE
6966
set_env =
70-
pre,dev: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
71-
pre,dev: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
67+
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
68+
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
7269
py313t: PYTHONGIL={env:PYTHONGIL:0}
7370
extras =
7471
test
@@ -78,22 +75,22 @@ extras =
7875
!none: indexed_gzip
7976

8077
# Matplotlib has wheels for everything except win32 (x86)
81-
{min,full,pre,dev}-{x,arm}64: viewers
78+
{min,full,pre}-{x,arm}64: viewers
8279

8380
# Nightly, but not released cp313t wheels for: scipy
84-
# When released, remove the py3* line and add min/full to the pre,dev line
81+
# When released, remove the py3* line and add min/full to the pre line
8582
py3{9,10,11,12,13}-{min,full}-{x,arm}64: spm
86-
{pre,dev}-{x,arm}64: spm
83+
pre-{x,arm}64: spm
8784

8885
# No cp313t wheels for: h5py, pyzstd
89-
py3{9,10,11,12,13}-{min,full,pre-dev}-{x,arm}64: minc2
90-
py3{9,10,11,12,13}-{min,full,pre-dev}-{x,arm}64: zstd
86+
py3{9,10,11,12,13}-{min,full,pre}-{x,arm}64: minc2
87+
py3{9,10,11,12,13}-{min,full,pre}-{x,arm}64: zstd
9188

9289
# No win32 wheels for scipy after py39
9390
py39-full-x86: spm
9491

9592
deps =
96-
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
93+
pre: pydicom @ git+https://github.com/pydicom/pydicom.git@main
9794

9895
uv_resolution =
9996
min: lowest-direct

0 commit comments

Comments
 (0)