From a40d1b2ba0f1f13d8623bcf782c0b8463a5fa324 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 7 Nov 2024 01:20:52 +0100 Subject: [PATCH] Install pytest-split from pypi --- environments/dev-environment.yaml | 3 ++- pixi.toml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/environments/dev-environment.yaml b/environments/dev-environment.yaml index a5e98af9..98f89b44 100644 --- a/environments/dev-environment.yaml +++ b/environments/dev-environment.yaml @@ -25,7 +25,6 @@ dependencies: - pre-commit - pytest - pytest-cov -- pytest-split - pytest-timeout - pytest-xdist - python-build @@ -42,3 +41,5 @@ dependencies: - types-freezegun - types-setuptools - wheel +- pip: + - pytest-split diff --git a/pixi.toml b/pixi.toml index bf548e00..9d39f1a7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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" @@ -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 = "*" @@ -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"]