pytest-pyspec 0.8.3__tar.gz → 0.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pytest-pyspec might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-pyspec
3
- Version: 0.8.3
3
+ Version: 0.9.0
4
4
  Summary: A plugin that transforms the pytest output into a result similar to the RSpec. It enables the use of docstrings to display results and also enables the use of the prefixes "describe", "with" and "it".
5
5
  Home-page: https://github.com/felipecrp/pytest-pyspec
6
6
  License: MIT
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
- Requires-Dist: pytest (>=7.2.1,<8.0.0)
17
+ Requires-Dist: pytest (>=8.3.2,<9.0.0)
18
18
  Project-URL: Repository, https://github.com/felipecrp/pytest-pyspec
19
19
  Description-Content-Type: text/markdown
20
20
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pytest-pyspec"
3
- version = "0.8.3"
3
+ version = "0.9.0"
4
4
  description = "A plugin that transforms the pytest output into a result similar to the RSpec. It enables the use of docstrings to display results and also enables the use of the prefixes \"describe\", \"with\" and \"it\"."
5
5
  authors = ["Felipe Curty <felipecrp@gmail.com>"]
6
6
  license = "MIT"
@@ -12,7 +12,7 @@ packages = [
12
12
 
13
13
  [tool.poetry.dependencies]
14
14
  python = "^3.8"
15
- pytest = "^7.2.1"
15
+ pytest = "^8.3.2"
16
16
 
17
17
  [tool.poetry.plugins.pytest11]
18
18
  pytest_pyspec = "pytest_pyspec.plugin"
File without changes
File without changes