Skip to content

Commit

Permalink
Bug: Fix bad copy/paste job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Poogles committed Mar 1, 2024
1 parent 610b15d commit 7a1b5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-gcs"
version = "0.0.1"
version = "0.0.2"
description = "GCS fixtures and fixture factories for Pytest."
readme = "README.md"
keywords = ["tests", "pytest", "fixture", "gcs"]
Expand Down Expand Up @@ -39,7 +39,7 @@ requires-python = ">= 3.8"
"Bug Tracker" = "https://github.com/Poogles/pytest-gcs/issues"

[project.entry-points."pytest11"]
pytest_redis = "pytest_gcs.plugin"
pytest_gcs = "pytest_gcs.plugin"


[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
warnings.filterwarnings(
"error",
category=DeprecationWarning,
module="(_pytest|pytest|redis|path|mirakuru).*",
module="(_pytest|pytest|google|path|mirakuru).*",
)

gcs_proc = pytest_gcs.factories.proc.gcs_proc()
Expand Down

0 comments on commit 7a1b5af

Please sign in to comment.