Skip to content

Commit

Permalink
release: qase-pytest 6.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed May 6, 2024
1 parent fd1d0d7 commit 3e73eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-pytest"
version = "6.0.0"
version = "6.0.0b1"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
keywords = ["qase", "pytest", "plugin", "testops", "report", "qase reporting", "test observability"]
Expand All @@ -29,7 +29,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"qase-python-commons>=3.0.0, <3.1.0",
"qase-python-commons~=3.0.2b1",
"pytest>=7.4.4",
"filelock~=3.12.2",
"more_itertools",
Expand Down Expand Up @@ -105,4 +105,4 @@ exclude_also = [
"@(abc\\.)?abstractmethod",
]

ignore_errors = false
ignore_errors = false

0 comments on commit 3e73eb5

Please sign in to comment.