substra-tests icon indicating copy to clipboard operation
substra-tests copied to clipboard

End to end tests for the Substra software

Results 10 substra-tests issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

dependencies
python

Bumps torch from 2.2.2+cpu to 2.3.0+cpu. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=torch&package-manager=pip&previous-version=2.2.2+cpu&new-version=2.3.0+cpu)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

In `test_execution_compute_plan.py`, multiple tuples specs are generated (e.g. tuple_spec_1 and tuple_spec_2) and once created, the matching tuples are retrieved using: ```python tuple_1, tuple_2 = cp.list_tuple() ``` However there is no...

Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. Commits cf1542c Release 7.1.1 939ea3d Merge pull request #1949 from stephenfin/issue-1948 bdcd5c2 Handle escaped braces in f-strings 2a811cc Merge pull request #1946 from Viicos/patch-1...

dependencies
python

Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. Release notes Sourced from black's releases. 24.8.0 Stable style Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...

dependencies
python

Bumps torch from 2.3.1+cpu to 2.4.0+cpu. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=torch&package-manager=pip&previous-version=2.3.1+cpu&new-version=2.4.0+cpu)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps the all-dependencies group with 2 updates in the / directory: torch and [pytest](https://github.com/pytest-dev/pytest). Updates `torch` from 2.4.0+cpu to 2.4.1+cpu Updates `pytest` from 8.3.2 to 8.3.3 Release notes Sourced from...

dependencies
python

Fixes FL-1659 ## Companion PR - https://github.com/Substra/substra-backend/pull/997