From f2569e36e8371b6802bc15bd0fcf83c500c36d24 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 7 Jun 2025 20:58:13 +0200 Subject: [PATCH] chore: develop doesn't need to depend on coveralls closes #11848 --- .github/workflows/ci.yml | 1 + pyproject.toml | 1 - requirements-dev.txt | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3453d11ea..263ad5db7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,7 @@ jobs: COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu run: | # Allow failure for coveralls + uv pip install coveralls coveralls || true - name: Run json schema extract diff --git a/pyproject.toml b/pyproject.toml index dd86fa7f8..4b7ac779e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,6 @@ freqai_rl = [ "tqdm", ] develop = [ - "coveralls", "isort", "mypy", "pre-commit", diff --git a/requirements-dev.txt b/requirements-dev.txt index fee06e217..86c885279 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,6 @@ -r requirements-freqai-rl.txt -r docs/requirements-docs.txt -coveralls==4.0.1 ruff==0.11.12 mypy==1.16.0 pre-commit==4.2.0