Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3#987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
codejedi365 merged 2 commits intomasterfromdependabot/pip/pytest-approx-eq-8.3
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletionspyproject.toml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -59,17 +59,16 @@ docs = [
]
test = [
"coverage[toml] ~= 7.0",
"pytest ~=7.0",
"pytest ~=8.3",
"pytest-env ~= 1.0",
"pytest-xdist ~= 3.0",
"pytest-mock ~= 3.0",
"pytest-lazy-fixture ~=0.6.3",
"pytest-lazy-fixtures ~=1.1.1",
"pytest-cov ~= 5.0",
"pytest-pretty ~= 1.2",
"pytest-clarity ~= 1.0",
"responses ~= 0.25.0",
"requests-mock ~= 1.10",
"types-pytest-lazy-fixture ~= 0.6.3",
]
dev = [
"pre-commit ~= 3.5",
Expand Down
2 changes: 1 addition & 1 deletiontests/command_line/test_changelog.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@

import pytest
import requests_mock
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture
from requests import Session

from semantic_release.cli.commands.main import main
Expand Down
2 changes: 1 addition & 1 deletiontests/command_line/test_version.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@

import pytest
import tomlkit
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.cli.commands.main import main
from semantic_release.hvcs.github import Github
Expand Down
2 changes: 1 addition & 1 deletiontests/scenario/test_next_version.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@
import pytest

# Limitation in pytest-lazy-fixture - see https://stackoverflow.com/a/69884019
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.version.algorithm import next_version
from semantic_release.version.translator import VersionTranslator
Expand Down
2 changes: 1 addition & 1 deletiontests/scenario/test_release_history.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@

import pytest
from git import Actor
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.changelog.release_history import ReleaseHistory
from semantic_release.version.translator import VersionTranslator
Expand Down
2 changes: 1 addition & 1 deletiontests/unit/semantic_release/cli/test_util.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
from textwrap import dedent

import pytest
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.cli.util import load_raw_config_file, parse_toml
from semantic_release.errors import InvalidConfiguration
Expand Down
2 changes: 1 addition & 1 deletiontests/unit/semantic_release/hvcs/test__base.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
from typing import TYPE_CHECKING

import pytest
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.hvcs._base import HvcsBase

Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
from unittest import mock

import pytest
frompytest_lazyfixture import lazy_fixture
frompytest_lazy_fixtures.lazy_fixture import lf as lazy_fixture

from semantic_release.version.declaration import (
PatternVersionDeclaration,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp