moving pytest to dev dep

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 16:33:28 -07:00
parent 90f842c639
commit 3acc2de9cc
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 5 additions and 17 deletions

View file

@ -2,22 +2,14 @@
# uv pip compile pyproject.toml -o requirements.txt --all-extras
click==8.1.8
# via carousel (pyproject.toml)
iniconfig==2.1.0
# via pytest
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.2.4
# via carousel (pyproject.toml)
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
polars==1.27.1
# via carousel (pyproject.toml)
py-cpuinfo==9.0.0
# via pytest-benchmark
pygments==2.19.1
# via rich
pyside6==6.9.0
@ -28,10 +20,6 @@ pyside6-essentials==6.9.0
# via
# pyside6
# pyside6-addons
pytest==8.3.5
# via pytest-benchmark
pytest-benchmark==5.1.0
# via carousel (pyproject.toml)
rich==14.0.0
# via carousel (pyproject.toml)
shiboken6==6.9.0

10
uv.lock generated
View file

@ -29,7 +29,6 @@ dependencies = [
{ name = "numpy" },
{ name = "polars" },
{ name = "pyside6" },
{ name = "pytest-benchmark" },
{ name = "rich" },
]
@ -40,6 +39,7 @@ dev = [
{ name = "pyinstaller" },
{ name = "pyright" },
{ name = "pytest" },
{ name = "pytest-benchmark" },
{ name = "ruff" },
]
@ -49,7 +49,6 @@ requires-dist = [
{ name = "numpy", specifier = ">=2.2.4" },
{ name = "polars", specifier = ">=1.26.0" },
{ name = "pyside6", specifier = ">=6.9.0" },
{ name = "pytest-benchmark", specifier = ">=5.1.0" },
{ name = "rich", specifier = ">=14.0.0" },
]
@ -60,6 +59,7 @@ dev = [
{ name = "pyinstaller", specifier = ">=6.12.0" },
{ name = "pyright", specifier = ">=1.1.398" },
{ name = "pytest", specifier = ">=8.3.5" },
{ name = "pytest-benchmark", specifier = ">=5.1.0" },
{ name = "ruff", specifier = ">=0.11.2" },
]
@ -86,15 +86,15 @@ wheels = [
[[package]]
name = "hypothesis"
version = "6.131.3"
version = "6.131.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "attrs" },
{ name = "sortedcontainers" },
]
sdist = { url = "https://files.pythonhosted.org/packages/bb/e5/f3cdc165bf6da8c505fe20484e1649aa62d19bda445ad5b7becb442228ab/hypothesis-6.131.3.tar.gz", hash = "sha256:918ead92a9cdebbb62baa33a5ad19ff32f73d67f02c7255175c0c3322da37c2d", size = 431554 }
sdist = { url = "https://files.pythonhosted.org/packages/3c/49/8d61e63b60b8e9584618a8fdbc1401b27480f9c25fdde2d41fe3372e7def/hypothesis-6.131.5.tar.gz", hash = "sha256:e76b192dc4fd033d7c33f94d8775bcbfd522a143b67adca30513e7727ebe7af6", size = 433127 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/77/db/0885e3032023d5de632e0a26663769c0e3f5026b9467d6ee76f19543da79/hypothesis-6.131.3-py3-none-any.whl", hash = "sha256:803337d49b317472e5f7a85c112090e84c83e4f161c09e2aad389e6701ed1998", size = 496750 },
{ url = "https://files.pythonhosted.org/packages/34/83/f1427ae8f94b9e2327d2487aacd7645f1c01b12e556c92d3d8cca57aa28b/hypothesis-6.131.5-py3-none-any.whl", hash = "sha256:a97bdc0f23276fb4c52b99aeb7888adfbe052722c4cf9e398a228b48cf2c4504", size = 497966 },
]
[[package]]