Skip to content

Commit

Permalink
Install pytest-split from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 7, 2024
1 parent 8d117b5 commit a40d1b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion environments/dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- pre-commit
- pytest
- pytest-cov
- pytest-split
- pytest-timeout
- pytest-xdist
- python-build
Expand All @@ -42,3 +41,5 @@ dependencies:
- types-freezegun
- types-setuptools
- wheel
- pip:
- pytest-split
6 changes: 4 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jinja2 = "*"
keyring = "<25.0.0,>=24.0.0"
packaging = ">=23.1"
pexpect = "<5.0.0,>=4.7.0"
pip = "*"
pkginfo = "<2.0,>=1.10"
platformdirs = "<5.0.0,>=3.10.0"
pydantic = ">=2"
Expand Down Expand Up @@ -68,11 +69,9 @@ mkdocs-click = "*"
mkdocs-include-markdown-plugin = "*"
mkdocs-material = "*"
mypy = "*"
pip = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-split = "*"
pytest-timeout = "*"
pytest-xdist = "*"
requests-mock = "*"
Expand All @@ -88,6 +87,9 @@ types-setuptools = "*"
types-toml = "*"
wheel = "*"

[feature.dev.pypi-dependencies]
pytest-split = "*"

[environments]
# Redefine the default environment to include all categories.
default = ["dev"]
Expand Down

0 comments on commit a40d1b2

Please sign in to comment.