Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pytest from 7.1.3 to 8.3.3 #6501

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ parsimonious==0.10.0
progressbar2==4.0.0
protobuf==5.27.3
proto-plus==1.24.0
pytest==7.1.3
py==1.11.0
pytest==8.3.3
pytest-cov==3.0.0
pytest-watch==4.2.0
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion tests/subscriptions/test_combined_scheduler_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest
from arroyo.backends.kafka import KafkaProducer
from arroyo.types import BrokerValue, Message, Partition, Topic
from py._path.local import LocalPath
from py._path.local import LocalPath # type: ignore

from snuba.datasets.entities.entity_key import EntityKey
from snuba.datasets.entities.factory import get_entity
Expand Down
2 changes: 1 addition & 1 deletion tests/subscriptions/test_scheduler_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from arroyo.types import BrokerValue, Partition, Topic
from arroyo.utils.clock import TestingClock
from confluent_kafka.admin import AdminClient
from py._path.local import LocalPath
from py._path.local import LocalPath # type: ignore

from snuba import settings
from snuba.datasets.entities.entity_key import EntityKey
Expand Down
2 changes: 1 addition & 1 deletion tests/test_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pytest
from arroyo.backends.kafka import KafkaPayload
from arroyo.types import BrokerValue, Message, Partition, Topic
from py._path.local import LocalPath
from py._path.local import LocalPath # type: ignore

from snuba.clusters.cluster import ClickhouseClientSettings
from snuba.consumers.consumer import (
Expand Down
Loading